#81182B

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

Shades of Scarlett #81182B

Tints of Scarlett #81182B

Color information

#81182B (or 0x81182B) is unknown color: approx Scarlett. HEX triplet: 81, 18 and 2B. RGB value is (129,24,43). Sum of RGB (Red+Green+Blue) = 129+24+43=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #81182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81182B is #7EE7D4. Grayscale: #393939. Windows color (decimal): -8316885 or 2824321. OLE color: 2824321.

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

Color convert

RGB1292443-
CMYK00.810.670.49
HSL349.14º68.63%30%-
HSV(B)349.14º81.4%50.59%-
XYZ9.825.492.83-
YUV57.56119.79178.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 65.82%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=65.82%
G=12.24%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129244300.810.670.49349.1468.6330
Hex81182B051433115d451e
Octal201305301211036153510536
Binary1000000111000101011010100011000011110001101011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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