Html Css Color HEX #621332 Claret

📋 copy color: '#621332'

red 98 ◦ green 19 ◦ blue 50

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

Shades of Claret #621332

Tints of Claret #621332

RGB

 RED value IS 98 (38.67% from 255) = 58.68%

 GREEN value IS 19 (7.81% from 255) = 11.38%

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 58.68%
G = 11.38%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#621332 (or 0x621332) is known color: Claret. HEX triplet: 62, 13 and 32. RGB value is (98,19,50). Sum of RGB (Red+Green+Blue) = 98+19+50=167 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.68% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 98 - color contains mainly: red. Hex color #621332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621332 is #9DECCD. Grayscale: #2E2E2E. Windows color (decimal): -10349774 or 3281762. OLE color: 3281762.

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

Color convert

RGB 98 19 50 -
CMYK 0 0.81 0.49 0.62
HSL 336.46º 0.68% 0.23% -
HSV(B) 336.46º 0.81% 0.38% -
XYZ 5.85 3.29 3.35 -
YUV 46.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 98 19 50 0 0.81 0.49 0.62 336.46 0.68 0.23
Hex 62 13 32 0 51 31 3E 150 44 17
Octal 142 23 62 0 121 61 76 520 104 27
Binary 1100010 10011 110010 0 1010001 110001 111110 101010000 1000100 10111

Color Harmonies of #621332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621332

Black with #621332

Text Example


Text Example

White with #621332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621332; }

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

 H1.HeaderClassName
 {
   color: #621332;
 }
 .AnyTagClassName
 {
   color: #621332;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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