#9B421F

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

Shades of Rock Spray #9B421F

Tints of Rock Spray #9B421F

Color information

#9B421F (or 0x9B421F) is unknown color: approx Rock Spray. HEX triplet: 9B, 42 and 1F. RGB value is (155,66,31). Sum of RGB (Red+Green+Blue) = 155+66+31=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B421F is #64BDE0. Grayscale: #585858. Windows color (decimal): -6602209 or 2048667. OLE color: 2048667.

HSL color Cylindrical-coordinate representation of color #9B421F: hue angle of 16.94º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B421F is Cyan = 0, Magento = 0.57, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB1556631-
CMYK00.570.80.39
HSL16.94º66.67%36.47%-
HSV(B)16.94º80%60.78%-
XYZ15.7110.962.58-
YUV88.6295.49175.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.51%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=61.51%
G=26.19%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155663100.570.80.3916.9466.6736.47
Hex9B421F0395027114324
Octal23310237071120472110344
Binary1001101110000101111101110011010000100111100011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,66,31); }

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

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

 a { background-color: rgb(155,66,31); }

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

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

 span { border-color: rgb(155,66,31); }

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