#621930

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

Shades of Claret #621930

Tints of Claret #621930

Color information

#621930 (or 0x621930) is unknown color: approx Claret. HEX triplet: 62, 19 and 30. RGB value is (98,25,48). Sum of RGB (Red+Green+Blue) = 98+25+48=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #621930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621930 is #9DE6CF. Grayscale: #313131. Windows color (decimal): -10348240 or 3152226. OLE color: 3152226.

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

Color convert

RGB982548-
CMYK00.740.510.62
HSL341.1º59.35%24.12%-
HSV(B)341.1º74.49%38.43%-
XYZ5.923.513.16-
YUV49.45127.18162.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=57.31%
G=14.62%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98254800.740.510.62341.159.3524.12
Hex62193004A333E1553b18
Octal1423160011263765257330
Binary1100010110011100000100101011001111111010101010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621930; }

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

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

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

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

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

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

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

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