#621331

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

Shades of Claret #621331

Tints of Claret #621331

Color information

#621331 (or 0x621331) is unknown color: approx Claret. HEX triplet: 62, 13 and 31. RGB value is (98,19,49). Sum of RGB (Red+Green+Blue) = 98+19+49=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #621331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621331 is #9DECCE. Grayscale: #2E2E2E. Windows color (decimal): -10349775 or 3216226. OLE color: 3216226.

HSL color Cylindrical-coordinate representation of color #621331: hue angle of 337.22º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621331 is Cyan = 0, Magento = 0.81, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB981949-
CMYK00.810.50.62
HSL337.22º67.52%22.94%-
HSV(B)337.22º80.61%38.43%-
XYZ5.823.283.23-
YUV46.04129.67165.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=59.04%
G=11.45%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98194900.810.50.62337.2267.5222.94
Hex621331051323E1514417
Octal14223610121627652110427
Binary11000101001111000101010001110010111110101010001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621331; }

 p { color: rgb(98,19,49); }

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

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

 a { background-color: rgb(98,19,49); }

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

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

 span { border-color: rgb(98,19,49); }

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