#64272E

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

Shades of Monarch #64272E

Tints of Monarch #64272E

Color information

#64272E (or 0x64272E) is unknown color: approx Monarch. HEX triplet: 64, 27 and 2E. RGB value is (100,39,46). Sum of RGB (Red+Green+Blue) = 100+39+46=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #64272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64272E is #9BD8D1. Grayscale: #3A3A3A. Windows color (decimal): -10213586 or 3024740. OLE color: 3024740.

HSL color Cylindrical-coordinate representation of color #64272E: hue angle of 353.11º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64272E is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB1003946-
CMYK00.610.540.61
HSL353.11º43.88%27.25%-
HSV(B)353.11º61%39.22%-
XYZ6.474.363.08-
YUV58.04121.21157.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.05%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=54.05%
G=21.08%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100394600.610.540.61353.1143.8827.25
Hex64272E03D363D1612c1b
Octal144475607566755415433
Binary1100100100111101110011110111011011110110110000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64272E; }

 p { color: rgb(100,39,46); }

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

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

 a { background-color: rgb(100,39,46); }

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

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

 span { border-color: rgb(100,39,46); }

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