Html Css Color HEX #621D47 Pompadour

📋 copy color: '#621D47'

red 98 ◦ green 29 ◦ blue 71

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

Shades of Pompadour #621D47

Tints of Pompadour #621D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.86%

R = 49.49%
G = 14.65%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#621D47 (or 0x621D47) is known color: Pompadour. HEX triplet: 62, 1D and 47. RGB value is (98,29,71). Sum of RGB (Red+Green+Blue) = 98+29+71=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #621D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D47 is #9DE2B8. Grayscale: #363636. Windows color (decimal): -10347193 or 4660578. OLE color: 4660578.

HSL color Cylindrical-coordinate representation of color #621D47: hue angle of 323.48º 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 #621D47 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 29 71 -
CMYK 0 0.70 0.28 0.62
HSL 323.48º 0.54% 0.25% -
HSV(B) 323.48º 0.7% 0.38% -
XYZ 6.61 3.93 6.37 -
YUV 54.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 98 29 71 0 0.70 0.28 0.62 323.48 0.54 0.25
Hex 62 1D 47 0 46 1C 3E 143 36 19
Octal 142 35 107 0 106 34 76 503 66 31
Binary 1100010 11101 1000111 0 1000110 11100 111110 101000011 110110 11001

Color Harmonies of #621D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D47

Black with #621D47

Text Example


Text Example

White with #621D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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