#9F3A21

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

Shades of Rock Spray #9F3A21

Tints of Rock Spray #9F3A21

Color information

#9F3A21 (or 0x9F3A21) is unknown color: approx Rock Spray. HEX triplet: 9F, 3A and 21. RGB value is (159,58,33). Sum of RGB (Red+Green+Blue) = 159+58+33=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3A21 is #60C5DE. Grayscale: #555555. Windows color (decimal): -6342111 or 2177695. OLE color: 2177695.

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

Color convert

RGB1595833-
CMYK00.640.790.38
HSL11.9º65.62%37.65%-
HSV(B)11.9º79.25%62.35%-
XYZ16.0910.512.62-
YUV85.3598.46180.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.6%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 33 (13.28% from 255) = 13.2%
R=63.6%
G=23.2%
B=13.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159583300.640.790.3811.965.6237.65
Hex9F3A210404F26c4226
Octal23772410100117461410246
Binary1001111111101010000101000000100111110011011001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,58,33); }

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

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

 a { background-color: rgb(159,58,33); }

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

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

 span { border-color: rgb(159,58,33); }

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