#611B15

Color #611B15 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #611B15

Tints of Red Oxide #611B15

Color information

#611B15 (or 0x611B15) is unknown color: approx Red Oxide. HEX triplet: 61, 1B and 15. RGB value is (97,27,21). Sum of RGB (Red+Green+Blue) = 97+27+21=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B15 is #9EE4EA. Grayscale: #2F2F2F. Windows color (decimal): -10413291 or 1383265. OLE color: 1383265.

HSL color Cylindrical-coordinate representation of color #611B15: hue angle of 4.74º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #611B15 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB972721-
CMYK00.720.780.62
HSL4.74º64.41%23.14%-
HSV(B)4.74º78.35%38.04%-
XYZ5.463.381.07-
YUV47.25113.19163.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=66.90%
G=18.62%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97272100.720.780.624.7464.4123.14
Hex611B150484E3E54017
Octal1413325011011676510027
Binary11000011101110101010010001001110111110101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611B15; }

 p { color: rgb(97,27,21); }

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

<style>
 a { background-color: #611B15; }

 a { background-color: rgb(97,27,21); }

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

<style>
 span { border-color: #611B15; }

 span { border-color: rgb(97,27,21); }

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