Html Css Color HEX #621348 Pompadour

📋 copy color: '#621348'

red 98 ◦ green 19 ◦ blue 72

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

Shades of Pompadour #621348

Tints of Pompadour #621348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

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

R = 51.85%
G = 10.05%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#621348 (or 0x621348) is known color: Pompadour. HEX triplet: 62, 13 and 48. RGB value is (98,19,72). Sum of RGB (Red+Green+Blue) = 98+19+72=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #621348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621348 is #9DECB7. Grayscale: #303030. Windows color (decimal): -10349752 or 4723554. OLE color: 4723554.

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

Color convert

RGB 98 19 72 -
CMYK 0 0.81 0.27 0.62
HSL 319.75º 0.68% 0.23% -
HSV(B) 319.75º 0.81% 0.38% -
XYZ 6.44 3.53 6.47 -
YUV 48.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 98 19 72 0 0.81 0.27 0.62 319.75 0.68 0.23
Hex 62 13 48 0 51 1B 3E 140 44 17
Octal 142 23 110 0 121 33 76 500 104 27
Binary 1100010 10011 1001000 0 1010001 11011 111110 101000000 1000100 10111

Color Harmonies of #621348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621348

Black with #621348

Text Example


Text Example

White with #621348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621348; }

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

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

background-color css

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

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

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

border-color css

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

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

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