#650E0B

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

Shades of Red Oxide #650E0B

Tints of Red Oxide #650E0B

Color information

#650E0B (or 0x650E0B) is unknown color: approx Red Oxide. HEX triplet: 65, 0E and 0B. RGB value is (101,14,11). Sum of RGB (Red+Green+Blue) = 101+14+11=126 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.16% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 101 - color contains mainly: red. Hex color #650E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650E0B is #9AF1F4. Grayscale: #272727. Windows color (decimal): -10154485 or 724581. OLE color: 724581.

HSL color Cylindrical-coordinate representation of color #650E0B: hue angle of 2º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #650E0B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1011411-
CMYK00.860.890.60
HSL80.36%21.96%-
HSV(B)89.11%39.61%-
XYZ5.583.10.62-
YUV39.67111.82171.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 80.16%
GREEN value IS 14 (5.86% from 255) = 11.11%
BLUE value IS 11 (4.69% from 255) = 8.73%
R=80.16%
G=11.11%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101141100.860.890.60280.3621.96
Hex65EB056593C25016
Octal1451613012613174212026
Binary11001011110101101010110101100111110010101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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