Html Css Color HEX #622049 Pompadour

📋 copy color: '#622049'

red 98 ◦ green 32 ◦ blue 73

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

Shades of Pompadour #622049

Tints of Pompadour #622049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

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

R = 48.28%
G = 15.76%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#622049 (or 0x622049) is known color: Pompadour. HEX triplet: 62, 20 and 49. RGB value is (98,32,73). Sum of RGB (Red+Green+Blue) = 98+32+73=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #622049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622049 is #9DDFB6. Grayscale: #383838. Windows color (decimal): -10346423 or 4792418. OLE color: 4792418.

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

Color convert

RGB 98 32 73 -
CMYK 0 0.67 0.26 0.62
HSL 322.73º 0.51% 0.25% -
HSV(B) 322.73º 0.67% 0.38% -
XYZ 6.76 4.11 6.74 -
YUV 56.41 137.37 157.67 -
System Red Green Blue C M Y K H S L
Decimal 98 32 73 0 0.67 0.26 0.62 322.73 0.51 0.25
Hex 62 20 49 0 43 1A 3E 143 33 19
Octal 142 40 111 0 103 32 76 503 63 31
Binary 1100010 100000 1001001 0 1000011 11010 111110 101000011 110011 11001

Color Harmonies of #622049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622049

Black with #622049

Text Example


Text Example

White with #622049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622049; }

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

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

background-color css

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

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

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

border-color css

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

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

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