#66242A

Color #66242A Monarch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monarch #66242A

Tints of Monarch #66242A

Color information

#66242A (or 0x66242A) is unknown color: approx Monarch. HEX triplet: 66, 24 and 2A. RGB value is (102,36,42). Sum of RGB (Red+Green+Blue) = 102+36+42=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66242A is #99DBD5. Grayscale: #383838. Windows color (decimal): -10083286 or 2761830. OLE color: 2761830.

HSL color Cylindrical-coordinate representation of color #66242A: hue angle of 354.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66242A is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB1023642-
CMYK00.650.590.6
HSL354.55º47.83%27.06%-
HSV(B)354.55º64.71%40%-
XYZ6.534.252.67-
YUV56.42119.87160.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 42 (16.80% from 255) = 23.33%
R=56.67%
G=20%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102364200.650.590.6354.5547.8327.06
Hex66242A0413B3C163301b
Octal1464452010173745436033
Binary11001101001001010100100000111101111110010110001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66242A; }

 p { color: rgb(102,36,42); }

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

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

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

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

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

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

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