Html Css Color HEX #621C42 Pompadour

📋 copy color: '#621C42'

red 98 ◦ green 28 ◦ blue 66

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

Shades of Pompadour #621C42

Tints of Pompadour #621C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.58%

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

R = 51.04%
G = 14.58%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#621C42 (or 0x621C42) is known color: Pompadour. HEX triplet: 62, 1C and 42. RGB value is (98,28,66). Sum of RGB (Red+Green+Blue) = 98+28+66=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #621C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C42 is #9DE3BD. Grayscale: #353535. Windows color (decimal): -10347454 or 4332642. OLE color: 4332642.

HSL color Cylindrical-coordinate representation of color #621C42: hue angle of 327.43º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621C42 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 28 66 -
CMYK 0 0.71 0.33 0.62
HSL 327.43º 0.56% 0.25% -
HSV(B) 327.43º 0.71% 0.38% -
XYZ 6.44 3.82 5.55 -
YUV 53.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 98 28 66 0 0.71 0.33 0.62 327.43 0.56 0.25
Hex 62 1C 42 0 47 21 3E 147 38 19
Octal 142 34 102 0 107 41 76 507 70 31
Binary 1100010 11100 1000010 0 1000111 100001 111110 101000111 111000 11001

Color Harmonies of #621C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621C42

Black with #621C42

Text Example


Text Example

White with #621C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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