#651208

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

Shades of Red Oxide #651208

Tints of Red Oxide #651208

Color information

#651208 (or 0x651208) is unknown color: approx Red Oxide. HEX triplet: 65, 12 and 08. RGB value is (101,18,8). Sum of RGB (Red+Green+Blue) = 101+18+8=127 (16% of max value = 765). Red value is 101 (39.84% from 255 or 79.53% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 101 - color contains mainly: red. Hex color #651208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651208 is #9AEDF7. Grayscale: #292929. Windows color (decimal): -10153464 or 528997. OLE color: 528997.

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

Color convert

RGB101188-
CMYK00.820.920.60
HSL6.45º85.32%21.37%-
HSV(B)6.45º92.08%39.61%-
XYZ5.633.220.55-
YUV41.68109170.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 79.53%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=79.53%
G=14.17%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10118800.820.920.606.4585.3221.37
Hex651280525C3C65515
Octal1452210012213474612525
Binary1100101100101000010100101011100111100110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651208; }

 p { color: rgb(101,18,8); }

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

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

 a { background-color: rgb(101,18,8); }

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

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

 span { border-color: rgb(101,18,8); }

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