#662530

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

Shades of Monarch #662530

Tints of Monarch #662530

Color information

#662530 (or 0x662530) is unknown color: approx Monarch. HEX triplet: 66, 25 and 30. RGB value is (102,37,48). Sum of RGB (Red+Green+Blue) = 102+37+48=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #662530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662530 is #99DACF. Grayscale: #393939. Windows color (decimal): -10083024 or 3155302. OLE color: 3155302.

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

Color convert

RGB1023748-
CMYK00.640.530.6
HSL349.85º46.76%27.25%-
HSV(B)349.85º63.73%40%-
XYZ6.674.363.29-
YUV57.69122.53159.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 48 (19.14% from 255) = 25.67%
R=54.55%
G=19.79%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102374800.640.530.6349.8546.7627.25
Hex662530040353C15e2f1b
Octal1464560010065745365733
Binary11001101001011100000100000011010111110010101111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662530; }

 p { color: rgb(102,37,48); }

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

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

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

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

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

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

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