#661310

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

Shades of Red Oxide #661310

Tints of Red Oxide #661310

Color information

#661310 (or 0x661310) is unknown color: approx Red Oxide. HEX triplet: 66, 13 and 10. RGB value is (102,19,16). Sum of RGB (Red+Green+Blue) = 102+19+16=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #661310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661310 is #99ECEF. Grayscale: #2B2B2B. Windows color (decimal): -10087664 or 1053542. OLE color: 1053542.

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

Color convert

RGB1021916-
CMYK00.810.840.6
HSL2.09º72.88%23.14%-
HSV(B)2.09º84.31%40%-
XYZ5.813.330.83-
YUV43.47112.5169.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 74.45%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=74.45%
G=13.87%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102191600.810.840.62.0972.8823.14
Hex661310051543C24917
Octal1462320012112474211127
Binary1100110100111000001010001101010011110010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661310; }

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

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

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

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

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

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

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

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