#65110B

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

Shades of Red Oxide #65110B

Tints of Red Oxide #65110B

Color information

#65110B (or 0x65110B) is unknown color: approx Red Oxide. HEX triplet: 65, 11 and 0B. RGB value is (101,17,11). Sum of RGB (Red+Green+Blue) = 101+17+11=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #65110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65110B is #9AEEF4. Grayscale: #292929. Windows color (decimal): -10153717 or 725349. OLE color: 725349.

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

Color convert

RGB1011711-
CMYK00.830.890.60
HSL80.36%21.96%-
HSV(B)89.11%39.61%-
XYZ5.633.190.64-
YUV41.43110.83170.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 78.29%
GREEN value IS 17 (7.03% from 255) = 13.18%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=78.29%
G=13.18%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101171100.830.890.60480.3621.96
Hex6511B053593C45016
Octal1452113012313174412026
Binary1100101100011011010100111011001111100100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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