Html Css Color HEX #622948 Pompadour

📋 copy color: '#622948'

red 98 ◦ green 41 ◦ blue 72

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

Shades of Pompadour #622948

Tints of Pompadour #622948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 46.45%
G = 19.43%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#622948 (or 0x622948) is known color: Pompadour. HEX triplet: 62, 29 and 48. RGB value is (98,41,72). Sum of RGB (Red+Green+Blue) = 98+41+72=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #622948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622948 is #9DD6B7. Grayscale: #3D3D3D. Windows color (decimal): -10344120 or 4729186. OLE color: 4729186.

HSL color Cylindrical-coordinate representation of color #622948: hue angle of 327.37º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #622948 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 41 72 -
CMYK 0 0.58 0.27 0.62
HSL 327.37º 0.41% 0.27% -
HSV(B) 327.37º 0.58% 0.38% -
XYZ 7 4.65 6.66 -
YUV 61.58 133.88 153.98 -
System Red Green Blue C M Y K H S L
Decimal 98 41 72 0 0.58 0.27 0.62 327.37 0.41 0.27
Hex 62 29 48 0 3A 1B 3E 147 29 1B
Octal 142 51 110 0 72 33 76 507 51 33
Binary 1100010 101001 1001000 0 111010 11011 111110 101000111 101001 11011

Color Harmonies of #622948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622948

Black with #622948

Text Example


Text Example

White with #622948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622948; }

 p { color: rgb(98,41,72); }

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

background-color css

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

 a { background-color: rgb(98,41,72); }

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

border-color css

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

 span { border-color: rgb(98,41,72); }

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