#65130C

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

Shades of Red Oxide #65130C

Tints of Red Oxide #65130C

Color information

#65130C (or 0x65130C) is unknown color: approx Red Oxide. HEX triplet: 65, 13 and 0C. RGB value is (101,19,12). Sum of RGB (Red+Green+Blue) = 101+19+12=132 (17% of max value = 765). Red value is 101 (39.84% from 255 or 76.52% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 101 - color contains mainly: red. Hex color #65130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65130C is #9AECF3. Grayscale: #2A2A2A. Windows color (decimal): -10153204 or 791397. OLE color: 791397.

HSL color Cylindrical-coordinate representation of color #65130C: hue angle of 4.72º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65130C is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1011912-
CMYK00.810.880.60
HSL4.72º78.76%22.16%-
HSV(B)4.72º88.12%39.61%-
XYZ5.673.260.68-
YUV42.72110.67169.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 76.52%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=76.52%
G=14.39%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101191200.810.880.604.7278.7622.16
Hex6513C051583C54f16
Octal1452314012113074511726
Binary1100101100111100010100011011000111100101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65130C; }

 p { color: rgb(101,19,12); }

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

<style>
 a { background-color: #65130C; }

 a { background-color: rgb(101,19,12); }

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

<style>
 span { border-color: #65130C; }

 span { border-color: rgb(101,19,12); }

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