#621530

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

Shades of Claret #621530

Tints of Claret #621530

Color information

#621530 (or 0x621530) is unknown color: approx Claret. HEX triplet: 62, 15 and 30. RGB value is (98,21,48). Sum of RGB (Red+Green+Blue) = 98+21+48=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #621530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621530 is #9DEACF. Grayscale: #2F2F2F. Windows color (decimal): -10349264 or 3151202. OLE color: 3151202.

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

Color convert

RGB982148-
CMYK00.790.510.62
HSL338.96º64.71%23.33%-
HSV(B)338.96º78.57%38.43%-
XYZ5.843.353.13-
YUV47.1128.51164.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.68%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=58.68%
G=12.57%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98214800.790.510.62338.9664.7123.33
Hex62153004F333E1534117
Octal14225600117637652310127
Binary11000101010111000001001111110011111110101010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621530; }

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

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

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

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

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

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

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

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