#650E0D

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

Shades of Red Oxide #650E0D

Tints of Red Oxide #650E0D

Color information

#650E0D (or 0x650E0D) is unknown color: approx Red Oxide. HEX triplet: 65, 0E and 0D. RGB value is (101,14,13). Sum of RGB (Red+Green+Blue) = 101+14+13=128 (16% of max value = 765). Red value is 101 (39.84% from 255 or 78.91% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 101 - color contains mainly: red. Hex color #650E0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650E0D is #9AF1F2. Grayscale: #272727. Windows color (decimal): -10154483 or 855653. OLE color: 855653.

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

Color convert

RGB1011413-
CMYK00.860.870.60
HSL0.68º77.19%22.35%-
HSV(B)0.68º87.13%39.61%-
XYZ5.63.110.69-
YUV39.9112.82171.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.91%
GREEN value IS 14 (5.86% from 255) = 10.94%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=78.91%
G=10.94%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101141300.860.870.600.6877.1922.35
Hex65ED056573C14d16
Octal1451615012612774111526
Binary1100101111011010101011010101111111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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