Html Css Color HEX #621946 Pompadour

📋 copy color: '#621946'

red 98 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #621946

Tints of Pompadour #621946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 50.78%
G = 12.95%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#621946 (or 0x621946) is known color: Pompadour. HEX triplet: 62, 19 and 46. RGB value is (98,25,70). Sum of RGB (Red+Green+Blue) = 98+25+70=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #621946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621946 is #9DE6B9. Grayscale: #333333. Windows color (decimal): -10348218 or 4594018. OLE color: 4594018.

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

Color convert

RGB 98 25 70 -
CMYK 0 0.74 0.29 0.62
HSL 323.01º 0.59% 0.24% -
HSV(B) 323.01º 0.74% 0.38% -
XYZ 6.49 3.73 6.17 -
YUV 51.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 98 25 70 0 0.74 0.29 0.62 323.01 0.59 0.24
Hex 62 19 46 0 4A 1D 3E 143 3B 18
Octal 142 31 106 0 112 35 76 503 73 30
Binary 1100010 11001 1000110 0 1001010 11101 111110 101000011 111011 11000

Color Harmonies of #621946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621946

Black with #621946

Text Example


Text Example

White with #621946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621946; }

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

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

background-color css

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

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

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

border-color css

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

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

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