#661515

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

Shades of Red Oxide #661515

Tints of Red Oxide #661515

Color information

#661515 (or 0x661515) is unknown color: approx Red Oxide. HEX triplet: 66, 15 and 15. RGB value is (102,21,21). Sum of RGB (Red+Green+Blue) = 102+21+21=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #661515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661515 is #99EAEA. Grayscale: #2D2D2D. Windows color (decimal): -10087147 or 1381734. OLE color: 1381734.

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

Color convert

RGB1022121-
CMYK00.790.790.6
HSL65.85%24.12%-
HSV(B)79.41%40%-
XYZ5.883.421.06-
YUV45.22114.34168.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.83%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=70.83%
G=14.58%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102212100.790.790.6065.8524.12
Hex66151504F4F3C04218
Octal1462525011711774010230
Binary110011010101101010100111110011111111000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661515; }

 p { color: rgb(102,21,21); }

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

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

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

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

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

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

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