#661311

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

Shades of Red Oxide #661311

Tints of Red Oxide #661311

Color information

#661311 (or 0x661311) is unknown color: approx Red Oxide. HEX triplet: 66, 13 and 11. RGB value is (102,19,17). Sum of RGB (Red+Green+Blue) = 102+19+17=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #661311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661311 is #99ECEE. Grayscale: #2B2B2B. Windows color (decimal): -10087663 or 1119078. OLE color: 1119078.

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

Color convert

RGB1021917-
CMYK00.810.830.6
HSL1.41º71.43%23.33%-
HSV(B)1.41º83.33%40%-
XYZ5.813.330.87-
YUV43.59113169.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 73.91%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=73.91%
G=13.77%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102191700.810.830.61.4171.4323.33
Hex661311051533C14717
Octal1462321012112374110727
Binary110011010011100010101000110100111111001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661311; }

 p { color: rgb(102,19,17); }

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

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

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

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

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

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

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