#611A0D

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

Shades of Red Oxide #611A0D

Tints of Red Oxide #611A0D

Color information

#611A0D (or 0x611A0D) is unknown color: approx Red Oxide. HEX triplet: 61, 1A and 0D. RGB value is (97,26,13). Sum of RGB (Red+Green+Blue) = 97+26+13=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #611A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A0D is #9EE5F2. Grayscale: #2D2D2D. Windows color (decimal): -10413555 or 858721. OLE color: 858721.

HSL color Cylindrical-coordinate representation of color #611A0D: hue angle of 9.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611A0D is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB972613-
CMYK00.730.870.62
HSL9.29º76.36%21.57%-
HSV(B)9.29º86.6%38.04%-
XYZ5.373.310.74-
YUV45.75109.52164.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.32%
GREEN value IS 26 (10.55% from 255) = 19.12%
BLUE value IS 13 (5.47% from 255) = 9.56%
R=71.32%
G=19.12%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97261300.730.870.629.2976.3621.57
Hex611AD049573E94c16
Octal14132150111127761111426
Binary11000011101011010100100110101111111101001100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,26,13); }

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

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

 a { background-color: rgb(97,26,13); }

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

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

 span { border-color: rgb(97,26,13); }

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