Html Css Color HEX #9D421C Rock Spray

📋 copy color: '#9D421C'

red 157 ◦ green 66 ◦ blue 28

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

Shades of Rock Spray #9D421C

Tints of Rock Spray #9D421C

RGB

 RED value IS 157 (61.72% from 255) = 62.55%

 GREEN value IS 66 (26.17% from 255) = 26.29%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 62.55%
G = 26.29%
B = 11.16%

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

#9D421C (or 0x9D421C) is known color: Rock Spray. HEX triplet: 9D, 42 and 1C. RGB value is (157,66,28). Sum of RGB (Red+Green+Blue) = 157+66+28=251 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.55% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 157 - color contains mainly: red. Hex color #9D421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D421C is #62BDE3. Grayscale: #595959. Windows color (decimal): -6471140 or 1852061. OLE color: 1852061.

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

Color convert

RGB 157 66 28 -
CMYK 0 0.58 0.82 0.38
HSL 17.67º 0.7% 0.36% -
HSV(B) 17.67º 0.82% 0.62% -
XYZ 16.06 11.15 2.4 -
YUV 88.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 157 66 28 0 0.58 0.82 0.38 17.67 0.7 0.36
Hex 9D 42 1C 0 3A 52 26 12 46 24
Octal 235 102 34 0 72 122 46 22 106 44
Binary 10011101 1000010 11100 0 111010 1010010 100110 10010 1000110 100100

Color Harmonies of #9D421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D421C

Black with #9D421C

Text Example


Text Example

White with #9D421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,66,28); }

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

background-color css

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

 a { background-color: rgb(157,66,28); }

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

border-color css

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

 span { border-color: rgb(157,66,28); }

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