Html Css Color HEX #621542 Pompadour

📋 copy color: '#621542'

red 98 ◦ green 21 ◦ blue 66

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

Shades of Pompadour #621542

Tints of Pompadour #621542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

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

R = 52.97%
G = 11.35%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#621542 (or 0x621542) is known color: Pompadour. HEX triplet: 62, 15 and 42. RGB value is (98,21,66). Sum of RGB (Red+Green+Blue) = 98+21+66=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621542 is #9DEABD. Grayscale: #313131. Windows color (decimal): -10349246 or 4330850. OLE color: 4330850.

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

Color convert

RGB 98 21 66 -
CMYK 0 0.79 0.33 0.62
HSL 324.94º 0.65% 0.23% -
HSV(B) 324.94º 0.79% 0.38% -
XYZ 6.29 3.53 5.5 -
YUV 49.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 98 21 66 0 0.79 0.33 0.62 324.94 0.65 0.23
Hex 62 15 42 0 4F 21 3E 145 41 17
Octal 142 25 102 0 117 41 76 505 101 27
Binary 1100010 10101 1000010 0 1001111 100001 111110 101000101 1000001 10111

Color Harmonies of #621542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621542

Black with #621542

Text Example


Text Example

White with #621542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621542; }

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

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

background-color css

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

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

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

border-color css

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

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

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