#9B411E

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

Shades of Rock Spray #9B411E

Tints of Rock Spray #9B411E

Color information

#9B411E (or 0x9B411E) is unknown color: approx Rock Spray. HEX triplet: 9B, 41 and 1E. RGB value is (155,65,30). Sum of RGB (Red+Green+Blue) = 155+65+30=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B411E is #64BEE1. Grayscale: #585858. Windows color (decimal): -6602466 or 1982875. OLE color: 1982875.

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

Color convert

RGB1556530-
CMYK00.580.810.39
HSL16.8º67.57%36.27%-
HSV(B)16.8º80.65%60.78%-
XYZ15.6410.842.5-
YUV87.9295.32175.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 30 (12.11% from 255) = 12%
R=62%
G=26%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155653000.580.810.3916.867.5736.27
Hex9B411E03A5127114424
Octal23310136072121472110444
Binary1001101110000011111001110101010001100111100011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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