#650D09

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

Shades of Red Oxide #650D09

Tints of Red Oxide #650D09

Color information

#650D09 (or 0x650D09) is unknown color: approx Red Oxide. HEX triplet: 65, 0D and 09. RGB value is (101,13,9). Sum of RGB (Red+Green+Blue) = 101+13+9=123 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.11% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 101 - color contains mainly: red. Hex color #650D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650D09 is #9AF2F6. Grayscale: #262626. Windows color (decimal): -10154743 or 593253. OLE color: 593253.

HSL color Cylindrical-coordinate representation of color #650D09: hue angle of 2.61º 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 #650D09 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB101139-
CMYK00.870.910.60
HSL2.61º83.64%21.57%-
HSV(B)2.61º91.09%39.61%-
XYZ5.563.070.56-
YUV38.86111.15172.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 82.11%
GREEN value IS 13 (5.47% from 255) = 10.57%
BLUE value IS 9 (3.91% from 255) = 7.32%
R=82.11%
G=10.57%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10113900.870.910.602.6183.6421.57
Hex65D90575B3C35416
Octal1451511012713374312426
Binary11001011101100101010111101101111110011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650D09; }

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

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

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

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

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

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

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

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