#642632

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

Shades of Claret #642632

Tints of Claret #642632

Color information

#642632 (or 0x642632) is unknown color: approx Claret. HEX triplet: 64, 26 and 32. RGB value is (100,38,50). Sum of RGB (Red+Green+Blue) = 100+38+50=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #642632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642632 is #9BD9CD. Grayscale: #393939. Windows color (decimal): -10213838 or 3286628. OLE color: 3286628.

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

Color convert

RGB1003850-
CMYK00.620.500.61
HSL348.39º44.93%27.06%-
HSV(B)348.39º62%39.22%-
XYZ6.524.333.51-
YUV57.91123.54158.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.19%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=53.19%
G=20.21%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100385000.620.500.61348.3944.9327.06
Hex64263203E323D15c2d1b
Octal144466207662755345533
Binary1100100100110110010011111011001011110110101110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642632; }

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

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

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

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

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

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

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

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