#611800

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

Shades of Red Oxide #611800

Tints of Red Oxide #611800

Color information

#611800 (or 0x611800) is unknown color: approx Red Oxide. HEX triplet: 61, 18 and 00. RGB value is (97,24,0). Sum of RGB (Red+Green+Blue) = 97+24+0=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #611800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611800 is #9EE7FF. Grayscale: #2B2B2B. Windows color (decimal): -10414080 or 6241. OLE color: 6241.

HSL color Cylindrical-coordinate representation of color #611800: hue angle of 14.85º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #611800 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB97240-
CMYK00.7510.62
HSL14.85º100%19.02%-
HSV(B)14.85º100%38.04%-
XYZ5.263.190.34-
YUV43.09103.68166.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.17%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.17%
G=19.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9724000.7510.6214.8510019.02
Hex6118004B643Ef6413
Octal1413000113144761714423
Binary11000011100000100101111001001111101111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611800; }

 p { color: rgb(97,24,0); }

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

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

 a { background-color: rgb(97,24,0); }

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

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

 span { border-color: rgb(97,24,0); }

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