#9E411D

Color #9E411D Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #9E411D

Tints of Rock Spray #9E411D

Color information

#9E411D (or 0x9E411D) is unknown color: approx Rock Spray. HEX triplet: 9E, 41 and 1D. RGB value is (158,65,29). Sum of RGB (Red+Green+Blue) = 158+65+29=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E411D is #61BEE2. Grayscale: #585858. Windows color (decimal): -6405859 or 1917342. OLE color: 1917342.

HSL color Cylindrical-coordinate representation of color #9E411D: hue angle of 16.74º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E411D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB1586529-
CMYK00.590.820.38
HSL16.74º68.98%36.67%-
HSV(B)16.74º81.65%61.96%-
XYZ16.2111.142.46-
YUV88.794.31177.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.70%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 29 (11.72% from 255) = 11.51%
R=62.70%
G=25.79%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158652900.590.820.3816.7468.9836.67
Hex9E411D03B5226114525
Octal23610135073122462110545
Binary1001111010000011110101110111010010100110100011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E411D; }

 p { color: rgb(158,65,29); }

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

<style>
 a { background-color: #9E411D; }

 a { background-color: rgb(158,65,29); }

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

<style>
 span { border-color: #9E411D; }

 span { border-color: rgb(158,65,29); }

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