Html Css Color HEX #621A45 Pompadour

📋 copy color: '#621A45'

red 98 ◦ green 26 ◦ blue 69

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

Shades of Pompadour #621A45

Tints of Pompadour #621A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.47%

 BLUE value IS 69 (27.34% from 255) = 35.75%

R = 50.78%
G = 13.47%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#621A45 (or 0x621A45) is known color: Pompadour. HEX triplet: 62, 1A and 45. RGB value is (98,26,69). Sum of RGB (Red+Green+Blue) = 98+26+69=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #621A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A45 is #9DE5BA. Grayscale: #343434. Windows color (decimal): -10347963 or 4528738. OLE color: 4528738.

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

Color convert

RGB 98 26 69 -
CMYK 0 0.73 0.30 0.62
HSL 324.17º 0.58% 0.24% -
HSV(B) 324.17º 0.73% 0.38% -
XYZ 6.48 3.77 6.02 -
YUV 52.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 98 26 69 0 0.73 0.30 0.62 324.17 0.58 0.24
Hex 62 1A 45 0 49 1E 3E 144 3A 18
Octal 142 32 105 0 111 36 76 504 72 30
Binary 1100010 11010 1000101 0 1001001 11110 111110 101000100 111010 11000

Color Harmonies of #621A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A45

Black with #621A45

Text Example


Text Example

White with #621A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,26,69); }

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

background-color css

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

 a { background-color: rgb(98,26,69); }

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

border-color css

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

 span { border-color: rgb(98,26,69); }

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