#65110F

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

Shades of Red Oxide #65110F

Tints of Red Oxide #65110F

Color information

#65110F (or 0x65110F) is unknown color: approx Red Oxide. HEX triplet: 65, 11 and 0F. RGB value is (101,17,15). Sum of RGB (Red+Green+Blue) = 101+17+15=133 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.94% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 101 - color contains mainly: red. Hex color #65110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65110F is #9AEEF0. Grayscale: #292929. Windows color (decimal): -10153713 or 987493. OLE color: 987493.

HSL color Cylindrical-coordinate representation of color #65110F: hue angle of 1.4º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65110F is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB1011715-
CMYK00.830.850.60
HSL1.4º74.14%22.75%-
HSV(B)1.4º85.15%39.61%-
XYZ5.653.20.77-
YUV41.89112.83170.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.94%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=75.94%
G=12.78%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101171500.830.850.601.474.1422.75
Hex6511F053553C14a17
Octal1452117012312574111227
Binary11001011000111110101001110101011111001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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