#651911

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

Shades of Red Oxide #651911

Tints of Red Oxide #651911

Color information

#651911 (or 0x651911) is unknown color: approx Red Oxide. HEX triplet: 65, 19 and 11. RGB value is (101,25,17). Sum of RGB (Red+Green+Blue) = 101+25+17=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #651911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651911 is #9AE6EE. Grayscale: #2E2E2E. Windows color (decimal): -10151663 or 1120613. OLE color: 1120613.

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

Color convert

RGB1012517-
CMYK00.750.830.60
HSL5.71º71.19%23.14%-
HSV(B)5.71º83.17%39.61%-
XYZ5.823.50.9-
YUV46.81111.18166.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 70.63%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 17 (7.03% from 255) = 11.89%
R=70.63%
G=17.48%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101251700.750.830.605.7171.1923.14
Hex65191104B533C64717
Octal1453121011312374610727
Binary11001011100110001010010111010011111100110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651911; }

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

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

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

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

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

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

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

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