Html Css Color HEX #622848 Pompadour

📋 copy color: '#622848'

red 98 ◦ green 40 ◦ blue 72

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

Shades of Pompadour #622848

Tints of Pompadour #622848

RGB

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

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

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

R = 46.67%
G = 19.05%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#622848 (or 0x622848) is known color: Pompadour. HEX triplet: 62, 28 and 48. RGB value is (98,40,72). Sum of RGB (Red+Green+Blue) = 98+40+72=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #622848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622848 is #9DD7B7. Grayscale: #3C3C3C. Windows color (decimal): -10344376 or 4728930. OLE color: 4728930.

HSL color Cylindrical-coordinate representation of color #622848: hue angle of 326.9º 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 #622848 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 40 72 -
CMYK 0 0.59 0.27 0.62
HSL 326.9º 0.42% 0.27% -
HSV(B) 326.9º 0.59% 0.38% -
XYZ 6.97 4.58 6.65 -
YUV 60.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 98 40 72 0 0.59 0.27 0.62 326.9 0.42 0.27
Hex 62 28 48 0 3B 1B 3E 147 2A 1B
Octal 142 50 110 0 73 33 76 507 52 33
Binary 1100010 101000 1001000 0 111011 11011 111110 101000111 101010 11011

Color Harmonies of #622848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622848

Black with #622848

Text Example


Text Example

White with #622848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622848; }

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

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

background-color css

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

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

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

border-color css

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

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

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