Html Css Color HEX #622040 Pompadour

📋 copy color: '#622040'

red 98 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #622040

Tints of Pompadour #622040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.49%

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

R = 50.52%
G = 16.49%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#622040 (or 0x622040) is known color: Pompadour. HEX triplet: 62, 20 and 40. RGB value is (98,32,64). Sum of RGB (Red+Green+Blue) = 98+32+64=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #622040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622040 is #9DDFBF. Grayscale: #373737. Windows color (decimal): -10346432 or 4202594. OLE color: 4202594.

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

Color convert

RGB 98 32 64 -
CMYK 0 0.67 0.35 0.62
HSL 330.91º 0.51% 0.25% -
HSV(B) 330.91º 0.67% 0.38% -
XYZ 6.48 4 5.28 -
YUV 55.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 98 32 64 0 0.67 0.35 0.62 330.91 0.51 0.25
Hex 62 20 40 0 43 23 3E 14B 33 19
Octal 142 40 100 0 103 43 76 513 63 31
Binary 1100010 100000 1000000 0 1000011 100011 111110 101001011 110011 11001

Color Harmonies of #622040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622040

Black with #622040

Text Example


Text Example

White with #622040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622040; }

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

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

background-color css

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

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

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

border-color css

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

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

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