#651008

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

Shades of Red Oxide #651008

Tints of Red Oxide #651008

Color information

#651008 (or 0x651008) is unknown color: approx Red Oxide. HEX triplet: 65, 10 and 08. RGB value is (101,16,8). Sum of RGB (Red+Green+Blue) = 101+16+8=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #651008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651008 is #9AEFF7. Grayscale: #282828. Windows color (decimal): -10153976 or 528485. OLE color: 528485.

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

Color convert

RGB101168-
CMYK00.840.920.60
HSL5.16º85.32%21.37%-
HSV(B)5.16º92.08%39.61%-
XYZ5.63.150.54-
YUV40.5109.66171.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.8%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 8 (3.52% from 255) = 6.4%
R=80.8%
G=12.8%
B=6.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10116800.840.920.605.1685.3221.37
Hex651080545C3C55515
Octal1452010012413474512525
Binary1100101100001000010101001011100111100101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651008; }

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

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

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

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

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

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

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

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