#641632

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

Shades of Claret #641632

Tints of Claret #641632

Color information

#641632 (or 0x641632) is unknown color: approx Claret. HEX triplet: 64, 16 and 32. RGB value is (100,22,50). Sum of RGB (Red+Green+Blue) = 100+22+50=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #641632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641632 is #9BE9CD. Grayscale: #303030. Windows color (decimal): -10217934 or 3282532. OLE color: 3282532.

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

Color convert

RGB1002250-
CMYK00.780.500.61
HSL338.46º63.93%23.92%-
HSV(B)338.46º78%39.22%-
XYZ6.123.513.37-
YUV48.51128.84164.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=58.14%
G=12.79%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100225000.780.500.61338.4663.9323.92
Hex64163204E323D1524018
Octal14426620116627552210030
Binary11001001011011001001001110110010111101101010010100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641632; }

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

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

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

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

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

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

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

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