Html Css Color HEX #9E3D1F Rock Spray

📋 copy color: '#9E3D1F'

red 158 ◦ green 61 ◦ blue 31

#9E3D1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #9E3D1F

Tints of Rock Spray #9E3D1F

RGB

 RED value IS 158 (62.11% from 255) = 63.2%

 GREEN value IS 61 (24.22% from 255) = 24.4%

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 63.2%
G = 24.4%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E3D1F (or 0x9E3D1F) is known color: Rock Spray. HEX triplet: 9E, 3D and 1F. RGB value is (158,61,31). Sum of RGB (Red+Green+Blue) = 158+61+31=250 (33% of max value = 765). Red value is 158 (62.11% from 255 or 63.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3D1F is #61C2E0. Grayscale: #565656. Windows color (decimal): -6406881 or 2047390. OLE color: 2047390.

HSL color Cylindrical-coordinate representation of color #9E3D1F: hue angle of 14.17º 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 #9E3D1F is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 61 31 -
CMYK 0 0.61 0.80 0.38
HSL 14.17º 0.67% 0.37% -
HSV(B) 14.17º 0.8% 0.62% -
XYZ 16.02 10.71 2.52 -
YUV 86.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 158 61 31 0 0.61 0.80 0.38 14.17 0.67 0.37
Hex 9E 3D 1F 0 3D 50 26 E 43 25
Octal 236 75 37 0 75 120 46 16 103 45
Binary 10011110 111101 11111 0 111101 1010000 100110 1110 1000011 100101

Color Harmonies of #9E3D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3D1F

Black with #9E3D1F

Text Example


Text Example

White with #9E3D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E3D1F;
 }
 .AnyTagClassName
 {
   color: #9E3D1F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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