Html Css Color HEX #9F371B Rock Spray

📋 copy color: '#9F371B'

red 159 ◦ green 55 ◦ blue 27

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

Shades of Rock Spray #9F371B

Tints of Rock Spray #9F371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 65.98%
G = 22.82%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F371B (or 0x9F371B) is known color: Rock Spray. HEX triplet: 9F, 37 and 1B. RGB value is (159,55,27). Sum of RGB (Red+Green+Blue) = 159+55+27=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F371B is #60C8E4. Grayscale: #535353. Windows color (decimal): -6342885 or 1783711. OLE color: 1783711.

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

Color convert

RGB 159 55 27 -
CMYK 0 0.65 0.83 0.38
HSL 12.73º 0.71% 0.36% -
HSV(B) 12.73º 0.83% 0.62% -
XYZ 15.86 10.18 2.17 -
YUV 82.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 159 55 27 0 0.65 0.83 0.38 12.73 0.71 0.36
Hex 9F 37 1B 0 41 53 26 D 47 24
Octal 237 67 33 0 101 123 46 15 107 44
Binary 10011111 110111 11011 0 1000001 1010011 100110 1101 1000111 100100

Color Harmonies of #9F371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F371B

Black with #9F371B

Text Example


Text Example

White with #9F371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,55,27); }

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

background-color css

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

 a { background-color: rgb(159,55,27); }

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

border-color css

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

 span { border-color: rgb(159,55,27); }

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