#642531

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

Shades of Claret #642531

Tints of Claret #642531

Color information

#642531 (or 0x642531) is unknown color: approx Claret. HEX triplet: 64, 25 and 31. RGB value is (100,37,49). Sum of RGB (Red+Green+Blue) = 100+37+49=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #642531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642531 is #9BDACE. Grayscale: #393939. Windows color (decimal): -10214095 or 3220836. OLE color: 3220836.

HSL color Cylindrical-coordinate representation of color #642531: hue angle of 348.57º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #642531 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB1003749-
CMYK00.630.510.61
HSL348.57º45.99%26.86%-
HSV(B)348.57º63%39.22%-
XYZ6.474.253.39-
YUV57.2123.37158.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.76%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=53.76%
G=19.89%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100374900.630.510.61348.5745.9926.86
Hex64253103F333D15d2e1b
Octal144456107763755355633
Binary1100100100101110001011111111001111110110101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642531; }

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

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

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

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

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

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

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

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