Html Css Color HEX #621740 Pompadour

📋 copy color: '#621740'

red 98 ◦ green 23 ◦ blue 64

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

Shades of Pompadour #621740

Tints of Pompadour #621740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 52.97%
G = 12.43%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#621740 (or 0x621740) is known color: Pompadour. HEX triplet: 62, 17 and 40. RGB value is (98,23,64). Sum of RGB (Red+Green+Blue) = 98+23+64=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621740 is #9DE8BF. Grayscale: #323232. Windows color (decimal): -10348736 or 4200290. OLE color: 4200290.

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

Color convert

RGB 98 23 64 -
CMYK 0 0.77 0.35 0.62
HSL 327.2º 0.62% 0.24% -
HSV(B) 327.2º 0.77% 0.38% -
XYZ 6.27 3.58 5.21 -
YUV 50.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 98 23 64 0 0.77 0.35 0.62 327.2 0.62 0.24
Hex 62 17 40 0 4D 23 3E 147 3E 18
Octal 142 27 100 0 115 43 76 507 76 30
Binary 1100010 10111 1000000 0 1001101 100011 111110 101000111 111110 11000

Color Harmonies of #621740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621740

Black with #621740

Text Example


Text Example

White with #621740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621740; }

 p { color: rgb(98,23,64); }

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

background-color css

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

 a { background-color: rgb(98,23,64); }

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

border-color css

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

 span { border-color: rgb(98,23,64); }

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