#651111

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

Shades of Red Oxide #651111

Tints of Red Oxide #651111

Color information

#651111 (or 0x651111) is unknown color: approx Red Oxide. HEX triplet: 65, 11 and 11. RGB value is (101,17,17). Sum of RGB (Red+Green+Blue) = 101+17+17=135 (17% of max value = 765). Red value is 101 (39.84% from 255 or 74.81% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 101 - color contains mainly: red. Hex color #651111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651111 is #9AEEEE. Grayscale: #2A2A2A. Windows color (decimal): -10153711 or 1118565. OLE color: 1118565.

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

Color convert

RGB1011717-
CMYK00.830.830.60
HSL71.19%23.14%-
HSV(B)83.17%39.61%-
XYZ5.673.210.85-
YUV42.12113.83170-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 74.81%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=74.81%
G=12.59%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101171700.830.830.60071.1923.14
Hex651111053533C04717
Octal1452121012312374010727
Binary110010110001100010101001110100111111000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651111; }

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

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

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

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

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

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

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

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