#65110C

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

Shades of Red Oxide #65110C

Tints of Red Oxide #65110C

Color information

#65110C (or 0x65110C) is unknown color: approx Red Oxide. HEX triplet: 65, 11 and 0C. RGB value is (101,17,12). Sum of RGB (Red+Green+Blue) = 101+17+12=130 (17% of max value = 765). Red value is 101 (39.84% from 255 or 77.69% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 101 - color contains mainly: red. Hex color #65110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65110C is #9AEEF3. Grayscale: #292929. Windows color (decimal): -10153716 or 790885. OLE color: 790885.

HSL color Cylindrical-coordinate representation of color #65110C: hue angle of 3.37º 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 #65110C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1011712-
CMYK00.830.880.60
HSL3.37º78.76%22.16%-
HSV(B)3.37º88.12%39.61%-
XYZ5.633.190.67-
YUV41.55111.33170.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 77.69%
GREEN value IS 17 (7.03% from 255) = 13.08%
BLUE value IS 12 (5.08% from 255) = 9.23%
R=77.69%
G=13.08%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101171200.830.880.603.3778.7622.16
Hex6511C053583C34f16
Octal1452114012313074311726
Binary110010110001110001010011101100011110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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