Html Css Color HEX #621942 Pompadour

📋 copy color: '#621942'

red 98 ◦ green 25 ◦ blue 66

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

Shades of Pompadour #621942

Tints of Pompadour #621942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 51.85%
G = 13.23%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#621942 (or 0x621942) is known color: Pompadour. HEX triplet: 62, 19 and 42. RGB value is (98,25,66). Sum of RGB (Red+Green+Blue) = 98+25+66=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #621942 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621942 is #9DE6BD. Grayscale: #333333. Windows color (decimal): -10348222 or 4331874. OLE color: 4331874.

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

Color convert

RGB 98 25 66 -
CMYK 0 0.74 0.33 0.62
HSL 326.3º 0.59% 0.24% -
HSV(B) 326.3º 0.74% 0.38% -
XYZ 6.37 3.69 5.53 -
YUV 51.5 136.18 161.17 -
System Red Green Blue C M Y K H S L
Decimal 98 25 66 0 0.74 0.33 0.62 326.3 0.59 0.24
Hex 62 19 42 0 4A 21 3E 146 3B 18
Octal 142 31 102 0 112 41 76 506 73 30
Binary 1100010 11001 1000010 0 1001010 100001 111110 101000110 111011 11000

Color Harmonies of #621942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621942

Black with #621942

Text Example


Text Example

White with #621942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621942; }

 p { color: rgb(98,25,66); }

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

background-color css

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

 a { background-color: rgb(98,25,66); }

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

border-color css

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

 span { border-color: rgb(98,25,66); }

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