Html Css Color HEX #9E431D Rock Spray

📋 copy color: '#9E431D'

red 158 ◦ green 67 ◦ blue 29

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

Shades of Rock Spray #9E431D

Tints of Rock Spray #9E431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 62.2%
G = 26.38%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E431D (or 0x9E431D) is known color: Rock Spray. HEX triplet: 9E, 43 and 1D. RGB value is (158,67,29). Sum of RGB (Red+Green+Blue) = 158+67+29=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E431D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E431D is #61BCE2. Grayscale: #5A5A5A. Windows color (decimal): -6405347 or 1917854. OLE color: 1917854.

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

Color convert

RGB 158 67 29 -
CMYK 0 0.58 0.82 0.38
HSL 17.67º 0.69% 0.37% -
HSV(B) 17.67º 0.82% 0.62% -
XYZ 16.33 11.37 2.5 -
YUV 89.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 158 67 29 0 0.58 0.82 0.38 17.67 0.69 0.37
Hex 9E 43 1D 0 3A 52 26 12 45 25
Octal 236 103 35 0 72 122 46 22 105 45
Binary 10011110 1000011 11101 0 111010 1010010 100110 10010 1000101 100101

Color Harmonies of #9E431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E431D

Black with #9E431D

Text Example


Text Example

White with #9E431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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