#642832

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

Shades of Monarch #642832

Tints of Monarch #642832

Color information

#642832 (or 0x642832) is unknown color: approx Monarch. HEX triplet: 64, 28 and 32. RGB value is (100,40,50). Sum of RGB (Red+Green+Blue) = 100+40+50=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #642832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642832 is #9BD7CD. Grayscale: #3B3B3B. Windows color (decimal): -10213326 or 3287140. OLE color: 3287140.

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

Color convert

RGB1004050-
CMYK00.60.500.61
HSL350º42.86%27.45%-
HSV(B)350º60%39.22%-
XYZ6.594.463.53-
YUV59.08122.88157.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.63%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=52.63%
G=21.05%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100405000.60.500.6135042.8627.45
Hex64283203C323D15e2b1b
Octal144506207462755365333
Binary1100100101000110010011110011001011110110101111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642832; }

 p { color: rgb(100,40,50); }

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

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

 a { background-color: rgb(100,40,50); }

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

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

 span { border-color: rgb(100,40,50); }

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