Html Css Color HEX #622842 Pompadour

📋 copy color: '#622842'

red 98 ◦ green 40 ◦ blue 66

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

Shades of Pompadour #622842

Tints of Pompadour #622842

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.61%

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 48.04%
G = 19.61%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#622842 (or 0x622842) is known color: Pompadour. HEX triplet: 62, 28 and 42. RGB value is (98,40,66). Sum of RGB (Red+Green+Blue) = 98+40+66=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #622842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622842 is #9DD7BD. Grayscale: #3C3C3C. Windows color (decimal): -10344382 or 4335714. OLE color: 4335714.

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

Color convert

RGB 98 40 66 -
CMYK 0 0.59 0.33 0.62
HSL 333.1º 0.42% 0.27% -
HSV(B) 333.1º 0.59% 0.38% -
XYZ 6.78 4.51 5.67 -
YUV 60.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 98 40 66 0 0.59 0.33 0.62 333.1 0.42 0.27
Hex 62 28 42 0 3B 21 3E 14D 2A 1B
Octal 142 50 102 0 73 41 76 515 52 33
Binary 1100010 101000 1000010 0 111011 100001 111110 101001101 101010 11011

Color Harmonies of #622842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622842

Black with #622842

Text Example


Text Example

White with #622842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622842; }

 p { color: rgb(98,40,66); }

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

background-color css

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

 a { background-color: rgb(98,40,66); }

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

border-color css

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

 span { border-color: rgb(98,40,66); }

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