Html Css Color HEX #9F391B Rock Spray

📋 copy color: '#9F391B'

red 159 ◦ green 57 ◦ blue 27

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

Shades of Rock Spray #9F391B

Tints of Rock Spray #9F391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.46%

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

R = 65.43%
G = 23.46%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F391B (or 0x9F391B) is known color: Rock Spray. HEX triplet: 9F, 39 and 1B. RGB value is (159,57,27). Sum of RGB (Red+Green+Blue) = 159+57+27=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F391B is #60C6E4. Grayscale: #545454. Windows color (decimal): -6342373 or 1784223. OLE color: 1784223.

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

Color convert

RGB 159 57 27 -
CMYK 0 0.64 0.83 0.38
HSL 13.64º 0.71% 0.36% -
HSV(B) 13.64º 0.83% 0.62% -
XYZ 15.96 10.38 2.2 -
YUV 84.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 159 57 27 0 0.64 0.83 0.38 13.64 0.71 0.36
Hex 9F 39 1B 0 40 53 26 E 47 24
Octal 237 71 33 0 100 123 46 16 107 44
Binary 10011111 111001 11011 0 1000000 1010011 100110 1110 1000111 100100

Color Harmonies of #9F391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F391B

Black with #9F391B

Text Example


Text Example

White with #9F391B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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