#611508

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

Shades of Red Oxide #611508

Tints of Red Oxide #611508

Color information

#611508 (or 0x611508) is unknown color: approx Red Oxide. HEX triplet: 61, 15 and 08. RGB value is (97,21,8). Sum of RGB (Red+Green+Blue) = 97+21+8=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #611508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611508 is #9EEAF7. Grayscale: #2A2A2A. Windows color (decimal): -10414840 or 529761. OLE color: 529761.

HSL color Cylindrical-coordinate representation of color #611508: hue angle of 8.76º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #611508 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB97218-
CMYK00.780.920.62
HSL8.76º84.76%20.59%-
HSV(B)8.76º91.75%38.04%-
XYZ5.243.10.55-
YUV42.24108.68167.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.98%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=76.98%
G=16.67%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9721800.780.920.628.7684.7620.59
Hex6115804E5C3E95515
Octal14125100116134761112525
Binary11000011010110000100111010111001111101001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611508; }

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

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

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

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

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

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

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

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