#9E421F

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

Shades of Rock Spray #9E421F

Tints of Rock Spray #9E421F

Color information

#9E421F (or 0x9E421F) is unknown color: approx Rock Spray. HEX triplet: 9E, 42 and 1F. RGB value is (158,66,31). Sum of RGB (Red+Green+Blue) = 158+66+31=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E421F is #61BDE0. Grayscale: #595959. Windows color (decimal): -6405601 or 2048670. OLE color: 2048670.

HSL color Cylindrical-coordinate representation of color #9E421F: hue angle of 16.54º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E421F is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1586631-
CMYK00.580.800.38
HSL16.54º67.2%37.06%-
HSV(B)16.54º80.38%61.96%-
XYZ16.311.262.61-
YUV89.5294.98176.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.96%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 31 (12.5% from 255) = 12.16%
R=61.96%
G=25.88%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158663100.580.800.3816.5467.237.06
Hex9E421F03A5026114325
Octal23610237072120462110345
Binary1001111010000101111101110101010000100110100011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,66,31); }

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

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

 a { background-color: rgb(158,66,31); }

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

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

 span { border-color: rgb(158,66,31); }

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