Html Css Color HEX #621748 Pompadour

📋 copy color: '#621748'

red 98 ◦ green 23 ◦ blue 72

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

Shades of Pompadour #621748

Tints of Pompadour #621748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

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

R = 50.78%
G = 11.92%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#621748 (or 0x621748) is known color: Pompadour. HEX triplet: 62, 17 and 48. RGB value is (98,23,72). Sum of RGB (Red+Green+Blue) = 98+23+72=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #621748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621748 is #9DE8B7. Grayscale: #323232. Windows color (decimal): -10348728 or 4724578. OLE color: 4724578.

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

Color convert

RGB 98 23 72 -
CMYK 0 0.77 0.27 0.62
HSL 320.8º 0.62% 0.24% -
HSV(B) 320.8º 0.77% 0.38% -
XYZ 6.51 3.68 6.5 -
YUV 51.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 98 23 72 0 0.77 0.27 0.62 320.8 0.62 0.24
Hex 62 17 48 0 4D 1B 3E 141 3E 18
Octal 142 27 110 0 115 33 76 501 76 30
Binary 1100010 10111 1001000 0 1001101 11011 111110 101000001 111110 11000

Color Harmonies of #621748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621748

Black with #621748

Text Example


Text Example

White with #621748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621748; }

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

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

background-color css

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

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

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

border-color css

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

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

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