Html Css Color HEX #621331 Claret

📋 copy color: '#621331'

red 98 ◦ green 19 ◦ blue 49

#621331
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #621331

Tints of Claret #621331

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 value IS 0

 M value IS 0.81

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#621331 (or 0x621331) is known color: 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

RGB 98 19 49 -
CMYK 0 0.81 0.5 0.62
HSL 337.22º 0.68% 0.23% -
HSV(B) 337.22º 0.81% 0.38% -
XYZ 5.82 3.28 3.23 -
YUV 46.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 98 19 49 0 0.81 0.5 0.62 337.22 0.68 0.23
Hex 62 13 31 0 51 32 3E 151 44 17
Octal 142 23 61 0 121 62 76 521 104 27
Binary 1100010 10011 110001 0 1010001 110010 111110 101010001 1000100 10111

Color Harmonies of #621331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621331

Black with #621331

Text Example


Text Example

White with #621331

Text Example


Text Example

HTML Codes & Css Web 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>