#641732

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

Shades of Claret #641732

Tints of Claret #641732

Color information

#641732 (or 0x641732) is unknown color: approx Claret. HEX triplet: 64, 17 and 32. RGB value is (100,23,50). Sum of RGB (Red+Green+Blue) = 100+23+50=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 50 (19.92% from 255 or 28.90% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #641732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641732 is #9BE8CD. Grayscale: #313131. Windows color (decimal): -10217678 or 3282788. OLE color: 3282788.

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

Color convert

RGB1002350-
CMYK00.770.500.61
HSL338.96º62.6%24.12%-
HSV(B)338.96º77%39.22%-
XYZ6.143.553.38-
YUV49.1128.51164.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.80%
GREEN value IS 23 (9.38% from 255) = 13.29%
BLUE value IS 50 (19.92% from 255) = 28.90%
R=57.80%
G=13.29%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100235000.770.500.61338.9662.624.12
Hex64173204D323D1533f18
Octal1442762011562755237730
Binary1100100101111100100100110111001011110110101001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641732; }

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

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

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

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

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

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

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

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