Html Css Color HEX #622B4A Pompadour

📋 copy color: '#622B4A'

red 98 ◦ green 43 ◦ blue 74

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

Shades of Pompadour #622B4A

Tints of Pompadour #622B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20%

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 45.58%
G = 20%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#622B4A (or 0x622B4A) is known color: Pompadour. HEX triplet: 62, 2B and 4A. RGB value is (98,43,74). Sum of RGB (Red+Green+Blue) = 98+43+74=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #622B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622B4A is #9DD4B5. Grayscale: #3E3E3E. Windows color (decimal): -10343606 or 4860770. OLE color: 4860770.

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

Color convert

RGB 98 43 74 -
CMYK 0 0.56 0.24 0.62
HSL 326.18º 0.39% 0.28% -
HSV(B) 326.18º 0.56% 0.38% -
XYZ 7.14 4.82 7.03 -
YUV 62.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 98 43 74 0 0.56 0.24 0.62 326.18 0.39 0.28
Hex 62 2B 4A 0 38 18 3E 146 27 1C
Octal 142 53 112 0 70 30 76 506 47 34
Binary 1100010 101011 1001010 0 111000 11000 111110 101000110 100111 11100

Color Harmonies of #622B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622B4A

Black with #622B4A

Text Example


Text Example

White with #622B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,43,74); }

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

background-color css

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

 a { background-color: rgb(98,43,74); }

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

border-color css

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

 span { border-color: rgb(98,43,74); }

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