Html Css Color HEX #9F3C25 Rock Spray

📋 copy color: '#9F3C25'

red 159 ◦ green 60 ◦ blue 37

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

Shades of Rock Spray #9F3C25

Tints of Rock Spray #9F3C25

RGB

 RED value IS 159 (62.5% from 255) = 62.11%

 GREEN value IS 60 (23.83% from 255) = 23.44%

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 62.11%
G = 23.44%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F3C25 (or 0x9F3C25) is known color: Rock Spray. HEX triplet: 9F, 3C and 25. RGB value is (159,60,37). Sum of RGB (Red+Green+Blue) = 159+60+37=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3C25 is #60C3DA. Grayscale: #575757. Windows color (decimal): -6341595 or 2440351. OLE color: 2440351.

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

Color convert

RGB 159 60 37 -
CMYK 0 0.62 0.77 0.38
HSL 11.31º 0.62% 0.38% -
HSV(B) 11.31º 0.77% 0.62% -
XYZ 16.25 10.74 2.97 -
YUV 86.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 159 60 37 0 0.62 0.77 0.38 11.31 0.62 0.38
Hex 9F 3C 25 0 3E 4D 26 B 3E 26
Octal 237 74 45 0 76 115 46 13 76 46
Binary 10011111 111100 100101 0 111110 1001101 100110 1011 111110 100110

Color Harmonies of #9F3C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3C25

Black with #9F3C25

Text Example


Text Example

White with #9F3C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,60,37); }

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

background-color css

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

 a { background-color: rgb(159,60,37); }

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

border-color css

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

 span { border-color: rgb(159,60,37); }

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