#9B4121

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

Shades of Rock Spray #9B4121

Tints of Rock Spray #9B4121

Color information

#9B4121 (or 0x9B4121) is unknown color: approx Rock Spray. HEX triplet: 9B, 41 and 21. RGB value is (155,65,33). Sum of RGB (Red+Green+Blue) = 155+65+33=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4121 is #64BEDE. Grayscale: #585858. Windows color (decimal): -6602463 or 2179483. OLE color: 2179483.

HSL color Cylindrical-coordinate representation of color #9B4121: hue angle of 15.74º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B4121 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1556533-
CMYK00.580.790.39
HSL15.74º64.89%36.86%-
HSV(B)15.74º78.71%60.78%-
XYZ15.6810.862.71-
YUV88.2696.82175.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=61.26%
G=25.69%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155653300.580.790.3915.7464.8936.86
Hex9B412103A4F27104125
Octal23310141072117472010145
Binary10011011100000110000101110101001111100111100001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,65,33); }

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

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

 a { background-color: rgb(155,65,33); }

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

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

 span { border-color: rgb(155,65,33); }

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