#81132B

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

Shades of Scarlett #81132B

Tints of Scarlett #81132B

Color information

#81132B (or 0x81132B) is unknown color: approx Scarlett. HEX triplet: 81, 13 and 2B. RGB value is (129,19,43). Sum of RGB (Red+Green+Blue) = 129+19+43=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #81132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81132B is #7EECD4. Grayscale: #363636. Windows color (decimal): -8318165 or 2823041. OLE color: 2823041.

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

Color convert

RGB1291943-
CMYK00.850.670.49
HSL346.91º74.32%29.02%-
HSV(B)346.91º85.27%50.59%-
XYZ9.725.312.8-
YUV54.63121.44181.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.54%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=67.54%
G=9.95%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129194300.850.670.49346.9174.3229.02
Hex81132B055433115b4a1d
Octal201235301251036153311235
Binary1000000110011101011010101011000011110001101011011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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