#65140D

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

Shades of Red Oxide #65140D

Tints of Red Oxide #65140D

Color information

#65140D (or 0x65140D) is unknown color: approx Red Oxide. HEX triplet: 65, 14 and 0D. RGB value is (101,20,13). Sum of RGB (Red+Green+Blue) = 101+20+13=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #65140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65140D is #9AEBF2. Grayscale: #2B2B2B. Windows color (decimal): -10152947 or 857189. OLE color: 857189.

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

Color convert

RGB1012013-
CMYK00.800.870.60
HSL4.77º77.19%22.35%-
HSV(B)4.77º87.13%39.61%-
XYZ5.693.30.72-
YUV43.42110.84169.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.37%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 13 (5.47% from 255) = 9.70%
R=75.37%
G=14.93%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101201300.800.870.604.7777.1922.35
Hex6514D050573C54d16
Octal1452415012012774511526
Binary1100101101001101010100001010111111100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65140D; }

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

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

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

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

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

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

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

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