#81172B

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

Shades of Scarlett #81172B

Tints of Scarlett #81172B

Color information

#81172B (or 0x81172B) is unknown color: approx Scarlett. HEX triplet: 81, 17 and 2B. RGB value is (129,23,43). Sum of RGB (Red+Green+Blue) = 129+23+43=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #81172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81172B is #7EE8D4. Grayscale: #393939. Windows color (decimal): -8317141 or 2824065. OLE color: 2824065.

HSL color Cylindrical-coordinate representation of color #81172B: hue angle of 348.68º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81172B is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1292343-
CMYK00.820.670.49
HSL348.68º69.74%29.8%-
HSV(B)348.68º82.17%50.59%-
XYZ9.85.452.82-
YUV56.97120.12179.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.15%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=66.15%
G=11.79%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129234300.820.670.49348.6869.7429.8
Hex81172B052433115d461e
Octal201275301221036153510636
Binary1000000110111101011010100101000011110001101011101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81172B; }

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

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

<style>
 a { background-color: #81172B; }

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

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

<style>
 span { border-color: #81172B; }

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

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