Html Css Color HEX #621E41 Pompadour

📋 copy color: '#621E41'

red 98 ◦ green 30 ◦ blue 65

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

Shades of Pompadour #621E41

Tints of Pompadour #621E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.54%

 BLUE value IS 65 (25.78% from 255) = 33.68%

R = 50.78%
G = 15.54%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#621E41 (or 0x621E41) is known color: Pompadour. HEX triplet: 62, 1E and 41. RGB value is (98,30,65). Sum of RGB (Red+Green+Blue) = 98+30+65=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #621E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E41 is #9DE1BE. Grayscale: #363636. Windows color (decimal): -10346943 or 4267618. OLE color: 4267618.

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

Color convert

RGB 98 30 65 -
CMYK 0 0.69 0.34 0.62
HSL 329.12º 0.53% 0.25% -
HSV(B) 329.12º 0.69% 0.38% -
XYZ 6.46 3.91 5.41 -
YUV 54.32 134.03 159.15 -
System Red Green Blue C M Y K H S L
Decimal 98 30 65 0 0.69 0.34 0.62 329.12 0.53 0.25
Hex 62 1E 41 0 45 22 3E 149 35 19
Octal 142 36 101 0 105 42 76 511 65 31
Binary 1100010 11110 1000001 0 1000101 100010 111110 101001001 110101 11001

Color Harmonies of #621E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E41

Black with #621E41

Text Example


Text Example

White with #621E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,30,65); }

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

background-color css

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

 a { background-color: rgb(98,30,65); }

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

border-color css

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

 span { border-color: rgb(98,30,65); }

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