#7F172B

Color #7F172B Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #7F172B

Tints of Scarlett #7F172B

Color information

#7F172B (or 0x7F172B) is unknown color: approx Scarlett. HEX triplet: 7F, 17 and 2B. RGB value is (127,23,43). Sum of RGB (Red+Green+Blue) = 127+23+43=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F172B is #80E8D4. Grayscale: #383838. Windows color (decimal): -8448213 or 2824063. OLE color: 2824063.

HSL color Cylindrical-coordinate representation of color #7F172B: hue angle of 348.46º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F172B is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1272343-
CMYK00.820.660.50
HSL348.46º69.33%29.41%-
HSV(B)348.46º81.89%49.8%-
XYZ9.495.32.81-
YUV56.38120.46178.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 65.80%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 43 (17.19% from 255) = 22.28%
R=65.80%
G=11.92%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127234300.820.660.50348.4669.3329.41
Hex7F172B052423215c451d
Octal177275301221026253410535
Binary111111110111101011010100101000010110010101011100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F172B; }

 p { color: rgb(127,23,43); }

 H1.HeaderClassName
 {
   color: #7F172B;
 }
 .AnyTagClassName
 {
   color: #7F172B;
 }
</style>
background-color css

<style>
 a { background-color: #7F172B; }

 a { background-color: rgb(127,23,43); }

 div.DivClassName
 {
   background-color: #7F172B;
 }
 .BgClassName
 {
   background-color: #7F172B;
 }
</style>
border-color css

<style>
 span { border-color: #7F172B; }

 span { border-color: rgb(127,23,43); }

 td.TdClassName
 {
   border-color: #7F172B;
 }
 .TagClassName
 {
   border-color: #7F172B;
 }
</style>