Html Css Color HEX #621541 Pompadour

📋 copy color: '#621541'

red 98 ◦ green 21 ◦ blue 65

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

Shades of Pompadour #621541

Tints of Pompadour #621541

RGB

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

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

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

R = 53.26%
G = 11.41%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#621541 (or 0x621541) is known color: Pompadour. HEX triplet: 62, 15 and 41. RGB value is (98,21,65). Sum of RGB (Red+Green+Blue) = 98+21+65=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #621541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621541 is #9DEABE. Grayscale: #303030. Windows color (decimal): -10349247 or 4265314. OLE color: 4265314.

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

Color convert

RGB 98 21 65 -
CMYK 0 0.79 0.34 0.62
HSL 325.71º 0.65% 0.23% -
HSV(B) 325.71º 0.79% 0.38% -
XYZ 6.26 3.51 5.35 -
YUV 49.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 98 21 65 0 0.79 0.34 0.62 325.71 0.65 0.23
Hex 62 15 41 0 4F 22 3E 146 41 17
Octal 142 25 101 0 117 42 76 506 101 27
Binary 1100010 10101 1000001 0 1001111 100010 111110 101000110 1000001 10111

Color Harmonies of #621541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621541

Black with #621541

Text Example


Text Example

White with #621541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621541; }

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

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

background-color css

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

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

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

border-color css

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

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

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