#9F3F31

Color #9F3F31 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #9F3F31

Tints of Rock Spray #9F3F31

Color information

#9F3F31 (or 0x9F3F31) is unknown color: approx Rock Spray. HEX triplet: 9F, 3F and 31. RGB value is (159,63,49). Sum of RGB (Red+Green+Blue) = 159+63+49=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3F31 is #60C0CE. Grayscale: #5A5A5A. Windows color (decimal): -6340815 or 3227551. OLE color: 3227551.

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

Color convert

RGB1596349-
CMYK00.600.690.38
HSL7.64º52.88%40.78%-
HSV(B)7.64º69.18%62.35%-
XYZ16.6311.154.18-
YUV90.11104.8177.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.67%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=58.67%
G=23.25%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159634900.600.690.387.6452.8840.78
Hex9F3F3103C452683529
Octal237776107410546106551
Binary10011111111111110001011110010001011001101000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,63,49); }

 H1.HeaderClassName
 {
   color: #9F3F31;
 }
 .AnyTagClassName
 {
   color: #9F3F31;
 }
</style>
background-color css

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

 a { background-color: rgb(159,63,49); }

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

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

 span { border-color: rgb(159,63,49); }

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