#642332

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

Shades of Claret #642332

Tints of Claret #642332

Color information

#642332 (or 0x642332) is unknown color: approx Claret. HEX triplet: 64, 23 and 32. RGB value is (100,35,50). Sum of RGB (Red+Green+Blue) = 100+35+50=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #642332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642332 is #9BDCCD. Grayscale: #383838. Windows color (decimal): -10214606 or 3285860. OLE color: 3285860.

HSL color Cylindrical-coordinate representation of color #642332: hue angle of 346.15º 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 #642332 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB1003550-
CMYK00.650.500.61
HSL346.15º48.15%26.47%-
HSV(B)346.15º65%39.22%-
XYZ6.434.143.48-
YUV56.14124.53159.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.05%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=54.05%
G=18.92%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100355000.650.500.61346.1548.1526.47
Hex642332041323D15a301a
Octal1444362010162755326032
Binary11001001000111100100100000111001011110110101101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642332; }

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

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

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

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

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

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

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

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