Html Css Color HEX #622E50 Pompadour

📋 copy color: '#622E50'

red 98 ◦ green 46 ◦ blue 80

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

Shades of Pompadour #622E50

Tints of Pompadour #622E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.54%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 43.75%
G = 20.54%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#622E50 (or 0x622E50) is known color: Pompadour. HEX triplet: 62, 2E and 50. RGB value is (98,46,80). Sum of RGB (Red+Green+Blue) = 98+46+80=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #622E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622E50 is #9DD1AF. Grayscale: #414141. Windows color (decimal): -10342832 or 5254754. OLE color: 5254754.

HSL color Cylindrical-coordinate representation of color #622E50: hue angle of 320.77º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #622E50 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 46 80 -
CMYK 0 0.53 0.18 0.62
HSL 320.77º 0.36% 0.28% -
HSV(B) 320.77º 0.53% 0.38% -
XYZ 7.46 5.13 8.19 -
YUV 65.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 98 46 80 0 0.53 0.18 0.62 320.77 0.36 0.28
Hex 62 2E 50 0 35 12 3E 141 24 1C
Octal 142 56 120 0 65 22 76 501 44 34
Binary 1100010 101110 1010000 0 110101 10010 111110 101000001 100100 11100

Color Harmonies of #622E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622E50

Black with #622E50

Text Example


Text Example

White with #622E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622E50; }

 p { color: rgb(98,46,80); }

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

background-color css

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

 a { background-color: rgb(98,46,80); }

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

border-color css

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

 span { border-color: rgb(98,46,80); }

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