Html Css Color HEX #622144 Pompadour

📋 copy color: '#622144'

red 98 ◦ green 33 ◦ blue 68

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

Shades of Pompadour #622144

Tints of Pompadour #622144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 49.25%
G = 16.58%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#622144 (or 0x622144) is known color: Pompadour. HEX triplet: 62, 21 and 44. RGB value is (98,33,68). Sum of RGB (Red+Green+Blue) = 98+33+68=199 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.25% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 98 - color contains mainly: red. Hex color #622144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622144 is #9DDEBB. Grayscale: #383838. Windows color (decimal): -10346172 or 4464994. OLE color: 4464994.

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

Color convert

RGB 98 33 68 -
CMYK 0 0.66 0.31 0.62
HSL 327.69º 0.5% 0.26% -
HSV(B) 327.69º 0.66% 0.38% -
XYZ 6.62 4.1 5.91 -
YUV 56.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 98 33 68 0 0.66 0.31 0.62 327.69 0.5 0.26
Hex 62 21 44 0 42 1F 3E 148 32 1A
Octal 142 41 104 0 102 37 76 510 62 32
Binary 1100010 100001 1000100 0 1000010 11111 111110 101001000 110010 11010

Color Harmonies of #622144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622144

Black with #622144

Text Example


Text Example

White with #622144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622144; }

 p { color: rgb(98,33,68); }

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

background-color css

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

 a { background-color: rgb(98,33,68); }

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

border-color css

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

 span { border-color: rgb(98,33,68); }

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