#621330

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

Shades of Claret #621330

Tints of Claret #621330

Color information

#621330 (or 0x621330) is unknown color: approx Claret. HEX triplet: 62, 13 and 30. RGB value is (98,19,48). Sum of RGB (Red+Green+Blue) = 98+19+48=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #621330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621330 is #9DECCF. Grayscale: #2D2D2D. Windows color (decimal): -10349776 or 3150690. OLE color: 3150690.

HSL color Cylindrical-coordinate representation of color #621330: hue angle of 337.97º 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 #621330 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB981948-
CMYK00.810.510.62
HSL337.97º67.52%22.94%-
HSV(B)337.97º80.61%38.43%-
XYZ5.83.283.12-
YUV45.93129.17165.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=59.39%
G=11.52%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98194800.810.510.62337.9767.5222.94
Hex621330051333E1524417
Octal14223600121637652210427
Binary11000101001111000001010001110011111110101010010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621330; }

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

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

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

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

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

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

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

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