Html Css Color HEX #621442 Pompadour

📋 copy color: '#621442'

red 98 ◦ green 20 ◦ blue 66

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

Shades of Pompadour #621442

Tints of Pompadour #621442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 53.26%
G = 10.87%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#621442 (or 0x621442) is known color: Pompadour. HEX triplet: 62, 14 and 42. RGB value is (98,20,66). Sum of RGB (Red+Green+Blue) = 98+20+66=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #621442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621442 is #9DEBBD. Grayscale: #303030. Windows color (decimal): -10349502 or 4330594. OLE color: 4330594.

HSL color Cylindrical-coordinate representation of color #621442: hue angle of 324.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621442 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 66 -
CMYK 0 0.80 0.33 0.62
HSL 324.62º 0.66% 0.23% -
HSV(B) 324.62º 0.8% 0.38% -
XYZ 6.27 3.49 5.5 -
YUV 48.57 137.84 163.26 -
System Red Green Blue C M Y K H S L
Decimal 98 20 66 0 0.80 0.33 0.62 324.62 0.66 0.23
Hex 62 14 42 0 50 21 3E 145 42 17
Octal 142 24 102 0 120 41 76 505 102 27
Binary 1100010 10100 1000010 0 1010000 100001 111110 101000101 1000010 10111

Color Harmonies of #621442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621442

Black with #621442

Text Example


Text Example

White with #621442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621442; }

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

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

background-color css

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

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

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

border-color css

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

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

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