#642131

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

Shades of Claret #642131

Tints of Claret #642131

Color information

#642131 (or 0x642131) is unknown color: approx Claret. HEX triplet: 64, 21 and 31. RGB value is (100,33,49). Sum of RGB (Red+Green+Blue) = 100+33+49=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #642131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642131 is #9BDECE. Grayscale: #363636. Windows color (decimal): -10215119 or 3219812. OLE color: 3219812.

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

Color convert

RGB1003349-
CMYK00.670.510.61
HSL345.67º50.38%26.08%-
HSV(B)345.67º67%39.22%-
XYZ6.354.023.35-
YUV54.86124.7160.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=54.95%
G=18.13%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100334900.670.510.61345.6750.3826.08
Hex642131043333D15a321a
Octal1444161010363755326232
Binary11001001000011100010100001111001111110110101101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642131; }

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

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

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

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

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

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

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

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