#621C32

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

Shades of Claret #621C32

Tints of Claret #621C32

Color information

#621C32 (or 0x621C32) is unknown color: approx Claret. HEX triplet: 62, 1C and 32. RGB value is (98,28,50). Sum of RGB (Red+Green+Blue) = 98+28+50=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #621C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C32 is #9DE3CD. Grayscale: #333333. Windows color (decimal): -10347470 or 3284066. OLE color: 3284066.

HSL color Cylindrical-coordinate representation of color #621C32: hue angle of 341.14º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621C32 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB982850-
CMYK00.710.490.62
HSL341.14º55.56%24.71%-
HSV(B)341.14º71.43%38.43%-
XYZ6.033.663.41-
YUV51.44127.19161.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 28 (11.33% from 255) = 15.91%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=55.68%
G=15.91%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98285000.710.490.62341.1455.5624.71
Hex621C32047313E1553819
Octal1423462010761765257031
Binary1100010111001100100100011111000111111010101010111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621C32; }

 p { color: rgb(98,28,50); }

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

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

 a { background-color: rgb(98,28,50); }

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

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

 span { border-color: rgb(98,28,50); }

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