Html Css Color HEX #621D49 Pompadour

📋 copy color: '#621D49'

red 98 ◦ green 29 ◦ blue 73

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

Shades of Pompadour #621D49

Tints of Pompadour #621D49

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.5%

 BLUE value IS 73 (28.91% from 255) = 36.5%

R = 49%
G = 14.5%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#621D49 (or 0x621D49) is known color: Pompadour. HEX triplet: 62, 1D and 49. RGB value is (98,29,73). Sum of RGB (Red+Green+Blue) = 98+29+73=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #621D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D49 is #9DE2B6. Grayscale: #363636. Windows color (decimal): -10347191 or 4791650. OLE color: 4791650.

HSL color Cylindrical-coordinate representation of color #621D49: hue angle of 321.74º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #621D49 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 29 73 -
CMYK 0 0.70 0.26 0.62
HSL 321.74º 0.54% 0.25% -
HSV(B) 321.74º 0.7% 0.38% -
XYZ 6.68 3.96 6.71 -
YUV 54.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 98 29 73 0 0.70 0.26 0.62 321.74 0.54 0.25
Hex 62 1D 49 0 46 1A 3E 142 36 19
Octal 142 35 111 0 106 32 76 502 66 31
Binary 1100010 11101 1001001 0 1000110 11010 111110 101000010 110110 11001

Color Harmonies of #621D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D49

Black with #621D49

Text Example


Text Example

White with #621D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621D49; }

 p { color: rgb(98,29,73); }

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

background-color css

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

 a { background-color: rgb(98,29,73); }

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

border-color css

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

 span { border-color: rgb(98,29,73); }

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