#642232

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

Shades of Claret #642232

Tints of Claret #642232

Color information

#642232 (or 0x642232) is unknown color: approx Claret. HEX triplet: 64, 22 and 32. RGB value is (100,34,50). Sum of RGB (Red+Green+Blue) = 100+34+50=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #642232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642232 is #9BDDCD. Grayscale: #373737. Windows color (decimal): -10214862 or 3285604. OLE color: 3285604.

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

Color convert

RGB1003450-
CMYK00.660.500.61
HSL345.45º49.25%26.27%-
HSV(B)345.45º66%39.22%-
XYZ6.44.083.47-
YUV55.56124.87159.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.35%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=54.35%
G=18.48%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100345000.660.500.61345.4549.2526.27
Hex642232042323D159311a
Octal1444262010262755316132
Binary11001001000101100100100001011001011110110101100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642232; }

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

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

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

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

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

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

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

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