#661919

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

Shades of Red Oxide #661919

Tints of Red Oxide #661919

Color information

#661919 (or 0x661919) is unknown color: approx Red Oxide. HEX triplet: 66, 19 and 19. RGB value is (102,25,25). Sum of RGB (Red+Green+Blue) = 102+25+25=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #661919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661919 is #99E6E6. Grayscale: #303030. Windows color (decimal): -10086119 or 1644902. OLE color: 1644902.

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

Color convert

RGB1022525-
CMYK00.750.750.6
HSL60.63%24.9%-
HSV(B)75.49%40%-
XYZ63.591.3-
YUV48.02115.01166.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=67.11%
G=16.45%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102252500.750.750.6060.6324.9
Hex66191904B4B3C03d19
Octal146313101131137407531
Binary11001101100111001010010111001011111100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661919; }

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

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

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

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

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

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

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

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