#650B09

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

Shades of Red Oxide #650B09

Tints of Red Oxide #650B09

Color information

#650B09 (or 0x650B09) is unknown color: approx Red Oxide. HEX triplet: 65, 0B and 09. RGB value is (101,11,9). Sum of RGB (Red+Green+Blue) = 101+11+9=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #650B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650B09 is #9AF4F6. Grayscale: #252525. Windows color (decimal): -10155255 or 592741. OLE color: 592741.

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

Color convert

RGB101119-
CMYK00.890.910.60
HSL1.3º83.64%21.57%-
HSV(B)1.3º91.09%39.61%-
XYZ5.543.030.55-
YUV37.68111.82173.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 83.47%
GREEN value IS 11 (4.69% from 255) = 9.09%
BLUE value IS 9 (3.91% from 255) = 7.44%
R=83.47%
G=9.09%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10111900.890.910.601.383.6421.57
Hex65B90595B3C15416
Octal1451311013113374112426
Binary1100101101110010101100110110111111001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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