#611B14

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

Shades of Red Oxide #611B14

Tints of Red Oxide #611B14

Color information

#611B14 (or 0x611B14) is unknown color: approx Red Oxide. HEX triplet: 61, 1B and 14. RGB value is (97,27,20). Sum of RGB (Red+Green+Blue) = 97+27+20=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #611B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B14 is #9EE4EB. Grayscale: #2F2F2F. Windows color (decimal): -10413292 or 1317729. OLE color: 1317729.

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

Color convert

RGB972720-
CMYK00.720.790.62
HSL5.45º65.81%22.94%-
HSV(B)5.45º79.38%38.04%-
XYZ5.453.381.03-
YUV47.13112.69163.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=67.36%
G=18.75%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97272000.720.790.625.4565.8122.94
Hex611B140484F3E54217
Octal1413324011011776510227
Binary11000011101110100010010001001111111110101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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