#641532

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

Shades of Claret #641532

Tints of Claret #641532

Color information

#641532 (or 0x641532) is unknown color: approx Claret. HEX triplet: 64, 15 and 32. RGB value is (100,21,50). Sum of RGB (Red+Green+Blue) = 100+21+50=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #641532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641532 is #9BEACD. Grayscale: #2F2F2F. Windows color (decimal): -10218190 or 3282276. OLE color: 3282276.

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

Color convert

RGB1002150-
CMYK00.790.500.61
HSL337.97º65.29%23.73%-
HSV(B)337.97º79%39.22%-
XYZ6.13.483.37-
YUV47.93129.17165.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.48%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 50 (19.92% from 255) = 29.24%
R=58.48%
G=12.28%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100215000.790.500.61337.9765.2923.73
Hex64153204F323D1524118
Octal14425620117627552210130
Binary11001001010111001001001111110010111101101010010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641532; }

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

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

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

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

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

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

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

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