Html Css Color HEX #622041 Pompadour

📋 copy color: '#622041'

red 98 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #622041

Tints of Pompadour #622041

RGB

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

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

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

R = 50.26%
G = 16.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#622041 (or 0x622041) is known color: Pompadour. HEX triplet: 62, 20 and 41. RGB value is (98,32,65). Sum of RGB (Red+Green+Blue) = 98+32+65=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #622041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622041 is #9DDFBE. Grayscale: #373737. Windows color (decimal): -10346431 or 4268130. OLE color: 4268130.

HSL color Cylindrical-coordinate representation of color #622041: hue angle of 330º 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 #622041 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 32 65 -
CMYK 0 0.67 0.34 0.62
HSL 330º 0.51% 0.25% -
HSV(B) 330º 0.67% 0.38% -
XYZ 6.51 4.01 5.43 -
YUV 55.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 98 32 65 0 0.67 0.34 0.62 330 0.51 0.25
Hex 62 20 41 0 43 22 3E 14A 33 19
Octal 142 40 101 0 103 42 76 512 63 31
Binary 1100010 100000 1000001 0 1000011 100010 111110 101001010 110011 11001

Color Harmonies of #622041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622041

Black with #622041

Text Example


Text Example

White with #622041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622041; }

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

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

background-color css

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

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

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

border-color css

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

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

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