Html Css Color HEX #622244 Pompadour

📋 copy color: '#622244'

red 98 ◦ green 34 ◦ blue 68

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

Shades of Pompadour #622244

Tints of Pompadour #622244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17%

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

R = 49%
G = 17%
B = 34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#622244 (or 0x622244) is known color: Pompadour. HEX triplet: 62, 22 and 44. RGB value is (98,34,68). Sum of RGB (Red+Green+Blue) = 98+34+68=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #622244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622244 is #9DDDBB. Grayscale: #383838. Windows color (decimal): -10345916 or 4465250. OLE color: 4465250.

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

Color convert

RGB 98 34 68 -
CMYK 0 0.65 0.31 0.62
HSL 328.13º 0.48% 0.26% -
HSV(B) 328.13º 0.65% 0.38% -
XYZ 6.65 4.16 5.92 -
YUV 57.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 98 34 68 0 0.65 0.31 0.62 328.13 0.48 0.26
Hex 62 22 44 0 41 1F 3E 148 30 1A
Octal 142 42 104 0 101 37 76 510 60 32
Binary 1100010 100010 1000100 0 1000001 11111 111110 101001000 110000 11010

Color Harmonies of #622244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622244

Black with #622244

Text Example


Text Example

White with #622244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622244; }

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

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

background-color css

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

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

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

border-color css

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

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

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