Html Css Color HEX #9F381B Rock Spray

📋 copy color: '#9F381B'

red 159 ◦ green 56 ◦ blue 27

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

Shades of Rock Spray #9F381B

Tints of Rock Spray #9F381B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

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

R = 65.7%
G = 23.14%
B = 11.16%

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

#9F381B (or 0x9F381B) is known color: Rock Spray. HEX triplet: 9F, 38 and 1B. RGB value is (159,56,27). Sum of RGB (Red+Green+Blue) = 159+56+27=242 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.70% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 159 - color contains mainly: red. Hex color #9F381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F381B is #60C7E4. Grayscale: #535353. Windows color (decimal): -6342629 or 1783967. OLE color: 1783967.

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

Color convert

RGB 159 56 27 -
CMYK 0 0.65 0.83 0.38
HSL 13.18º 0.71% 0.36% -
HSV(B) 13.18º 0.83% 0.62% -
XYZ 15.91 10.28 2.18 -
YUV 83.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 159 56 27 0 0.65 0.83 0.38 13.18 0.71 0.36
Hex 9F 38 1B 0 41 53 26 D 47 24
Octal 237 70 33 0 101 123 46 15 107 44
Binary 10011111 111000 11011 0 1000001 1010011 100110 1101 1000111 100100

Color Harmonies of #9F381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F381B

Black with #9F381B

Text Example


Text Example

White with #9F381B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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