#661413

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

Shades of Red Oxide #661413

Tints of Red Oxide #661413

Color information

#661413 (or 0x661413) is unknown color: approx Red Oxide. HEX triplet: 66, 14 and 13. RGB value is (102,20,19). Sum of RGB (Red+Green+Blue) = 102+20+19=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661413 is #99EBEC. Grayscale: #2C2C2C. Windows color (decimal): -10087405 or 1250406. OLE color: 1250406.

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

Color convert

RGB1022019-
CMYK00.800.810.6
HSL0.72º68.6%23.73%-
HSV(B)0.72º81.37%40%-
XYZ5.853.370.96-
YUV44.4113.67169.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.34%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=72.34%
G=14.18%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102201900.800.810.60.7268.623.73
Hex661413050513C14518
Octal1462423012012174110530
Binary110011010100100110101000010100011111001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661413; }

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

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

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

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

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

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

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

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