#642132

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

Shades of Claret #642132

Tints of Claret #642132

Color information

#642132 (or 0x642132) is unknown color: approx Claret. HEX triplet: 64, 21 and 32. RGB value is (100,33,50). Sum of RGB (Red+Green+Blue) = 100+33+50=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #642132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642132 is #9BDECD. Grayscale: #363636. Windows color (decimal): -10215118 or 3285348. OLE color: 3285348.

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

Color convert

RGB1003350-
CMYK00.670.500.61
HSL344.78º50.38%26.08%-
HSV(B)344.78º67%39.22%-
XYZ6.384.033.46-
YUV54.97125.2160.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.64%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 50 (19.92% from 255) = 27.32%
R=54.64%
G=18.03%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100335000.670.500.61344.7850.3826.08
Hex642132043323D159321a
Octal1444162010362755316232
Binary11001001000011100100100001111001011110110101100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642132; }

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

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

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

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

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

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

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

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