#9E3F2F

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

Shades of Rock Spray #9E3F2F

Tints of Rock Spray #9E3F2F

Color information

#9E3F2F (or 0x9E3F2F) is unknown color: approx Rock Spray. HEX triplet: 9E, 3F and 2F. RGB value is (158,63,47). Sum of RGB (Red+Green+Blue) = 158+63+47=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3F2F is #61C0D0. Grayscale: #595959. Windows color (decimal): -6406353 or 3096478. OLE color: 3096478.

HSL color Cylindrical-coordinate representation of color #9E3F2F: hue angle of 8.65º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E3F2F is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1586347-
CMYK00.600.700.38
HSL8.65º54.15%40.2%-
HSV(B)8.65º70.25%61.96%-
XYZ16.3911.033.95-
YUV89.58103.97176.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.96%
GREEN value IS 63 (25% from 255) = 23.51%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=58.96%
G=23.51%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158634700.600.700.388.6554.1540.2
Hex9E3F2F03C462693628
Octal236775707410646116650
Binary10011110111111101111011110010001101001101001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,63,47); }

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

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

 a { background-color: rgb(158,63,47); }

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

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

 span { border-color: rgb(158,63,47); }

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