#611408

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

Shades of Red Oxide #611408

Tints of Red Oxide #611408

Color information

#611408 (or 0x611408) is unknown color: approx Red Oxide. HEX triplet: 61, 14 and 08. RGB value is (97,20,8). Sum of RGB (Red+Green+Blue) = 97+20+8=125 (16% of max value = 765). Red value is 97 (38.28% from 255 or 77.6% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 97 - color contains mainly: red. Hex color #611408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611408 is #9EEBF7. Grayscale: #292929. Windows color (decimal): -10415096 or 529505. OLE color: 529505.

HSL color Cylindrical-coordinate representation of color #611408: hue angle of 8.09º 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 #611408 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB97208-
CMYK00.790.920.62
HSL8.09º84.76%20.59%-
HSV(B)8.09º91.75%38.04%-
XYZ5.223.060.54-
YUV41.65109.01167.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 77.6%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=77.6%
G=16%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9720800.790.920.628.0984.7620.59
Hex6114804F5C3E85515
Octal14124100117134761012525
Binary11000011010010000100111110111001111101000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611408; }

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

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

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

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

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

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

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

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