#621630

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

Shades of Claret #621630

Tints of Claret #621630

Color information

#621630 (or 0x621630) is unknown color: approx Claret. HEX triplet: 62, 16 and 30. RGB value is (98,22,48). Sum of RGB (Red+Green+Blue) = 98+22+48=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #621630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621630 is #9DE9CF. Grayscale: #2F2F2F. Windows color (decimal): -10349008 or 3151458. OLE color: 3151458.

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

Color convert

RGB982248-
CMYK00.780.510.62
HSL339.47º63.33%23.53%-
HSV(B)339.47º77.55%38.43%-
XYZ5.863.383.14-
YUV47.69128.18163.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=58.33%
G=13.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98224800.780.510.62339.4763.3323.53
Hex62163004E333E1533f18
Octal1422660011663765237730
Binary1100010101101100000100111011001111111010101001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621630; }

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

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

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

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

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

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

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

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