Html Css Color HEX #621648 Pompadour

📋 copy color: '#621648'

red 98 ◦ green 22 ◦ blue 72

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

Shades of Pompadour #621648

Tints of Pompadour #621648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

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

R = 51.04%
G = 11.46%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#621648 (or 0x621648) is known color: Pompadour. HEX triplet: 62, 16 and 48. RGB value is (98,22,72). Sum of RGB (Red+Green+Blue) = 98+22+72=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #621648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621648 is #9DE9B7. Grayscale: #323232. Windows color (decimal): -10348984 or 4724322. OLE color: 4724322.

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

Color convert

RGB 98 22 72 -
CMYK 0 0.78 0.27 0.62
HSL 320.53º 0.63% 0.24% -
HSV(B) 320.53º 0.78% 0.38% -
XYZ 6.49 3.64 6.49 -
YUV 50.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 98 22 72 0 0.78 0.27 0.62 320.53 0.63 0.24
Hex 62 16 48 0 4E 1B 3E 141 3F 18
Octal 142 26 110 0 116 33 76 501 77 30
Binary 1100010 10110 1001000 0 1001110 11011 111110 101000001 111111 11000

Color Harmonies of #621648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621648

Black with #621648

Text Example


Text Example

White with #621648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621648; }

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

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

background-color css

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

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

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

border-color css

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

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

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