#651209

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

Shades of Red Oxide #651209

Tints of Red Oxide #651209

Color information

#651209 (or 0x651209) is unknown color: approx Red Oxide. HEX triplet: 65, 12 and 09. RGB value is (101,18,9). Sum of RGB (Red+Green+Blue) = 101+18+9=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #651209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651209 is #9AEDF6. Grayscale: #292929. Windows color (decimal): -10153463 or 594533. OLE color: 594533.

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

Color convert

RGB101189-
CMYK00.820.910.60
HSL5.87º83.64%21.57%-
HSV(B)5.87º91.09%39.61%-
XYZ5.633.220.58-
YUV41.79109.5170.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.91%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=78.91%
G=14.06%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10118900.820.910.605.8783.6421.57
Hex651290525B3C65416
Octal1452211012213374612426
Binary1100101100101001010100101011011111100110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651209; }

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

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

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

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

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

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

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

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