#651110

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

Shades of Red Oxide #651110

Tints of Red Oxide #651110

Color information

#651110 (or 0x651110) is unknown color: approx Red Oxide. HEX triplet: 65, 11 and 10. RGB value is (101,17,16). Sum of RGB (Red+Green+Blue) = 101+17+16=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #651110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651110 is #9AEEEF. Grayscale: #2A2A2A. Windows color (decimal): -10153712 or 1053029. OLE color: 1053029.

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

Color convert

RGB1011716-
CMYK00.830.840.60
HSL0.71º72.65%22.94%-
HSV(B)0.71º84.16%39.61%-
XYZ5.663.210.81-
YUV42113.33170.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 75.37%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 16 (6.64% from 255) = 11.94%
R=75.37%
G=12.69%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101171600.830.840.600.7172.6522.94
Hex651110053543C14917
Octal1452120012312474111127
Binary110010110001100000101001110101001111001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651110; }

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

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

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

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

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

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

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

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