Html Css Color HEX #621641 Pompadour

📋 copy color: '#621641'

red 98 ◦ green 22 ◦ blue 65

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

Shades of Pompadour #621641

Tints of Pompadour #621641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

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

R = 52.97%
G = 11.89%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#621641 (or 0x621641) is known color: Pompadour. HEX triplet: 62, 16 and 41. RGB value is (98,22,65). Sum of RGB (Red+Green+Blue) = 98+22+65=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621641 is #9DE9BE. Grayscale: #313131. Windows color (decimal): -10348991 or 4265570. OLE color: 4265570.

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

Color convert

RGB 98 22 65 -
CMYK 0 0.78 0.34 0.62
HSL 326.05º 0.63% 0.24% -
HSV(B) 326.05º 0.78% 0.38% -
XYZ 6.28 3.55 5.36 -
YUV 49.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 98 22 65 0 0.78 0.34 0.62 326.05 0.63 0.24
Hex 62 16 41 0 4E 22 3E 146 3F 18
Octal 142 26 101 0 116 42 76 506 77 30
Binary 1100010 10110 1000001 0 1001110 100010 111110 101000110 111111 11000

Color Harmonies of #621641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621641

Black with #621641

Text Example


Text Example

White with #621641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621641; }

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

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

background-color css

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

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

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

border-color css

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

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

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