#642328

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

Shades of Monarch #642328

Tints of Monarch #642328

Color information

#642328 (or 0x642328) is unknown color: approx Monarch. HEX triplet: 64, 23 and 28. RGB value is (100,35,40). Sum of RGB (Red+Green+Blue) = 100+35+40=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #642328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642328 is #9BDCD7. Grayscale: #373737. Windows color (decimal): -10214616 or 2630500. OLE color: 2630500.

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

Color convert

RGB1003540-
CMYK00.650.60.61
HSL355.38º48.15%26.47%-
HSV(B)355.38º65%39.22%-
XYZ6.244.062.46-
YUV55119.53160.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.14%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=57.14%
G=20%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100354000.650.60.61355.3848.1526.47
Hex6423280413C3D163301a
Octal1444350010174755436032
Binary11001001000111010000100000111110011110110110001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642328; }

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

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

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

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

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

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

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

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