Html Css Color HEX #621441 Pompadour

📋 copy color: '#621441'

red 98 ◦ green 20 ◦ blue 65

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

Shades of Pompadour #621441

Tints of Pompadour #621441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

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

R = 53.55%
G = 10.93%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#621441 (or 0x621441) is known color: Pompadour. HEX triplet: 62, 14 and 41. RGB value is (98,20,65). Sum of RGB (Red+Green+Blue) = 98+20+65=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #621441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621441 is #9DEBBE. Grayscale: #303030. Windows color (decimal): -10349503 or 4265058. OLE color: 4265058.

HSL color Cylindrical-coordinate representation of color #621441: hue angle of 325.38º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #621441 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 20 65 -
CMYK 0 0.80 0.34 0.62
HSL 325.38º 0.66% 0.23% -
HSV(B) 325.38º 0.8% 0.38% -
XYZ 6.24 3.48 5.34 -
YUV 48.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 98 20 65 0 0.80 0.34 0.62 325.38 0.66 0.23
Hex 62 14 41 0 50 22 3E 145 42 17
Octal 142 24 101 0 120 42 76 505 102 27
Binary 1100010 10100 1000001 0 1010000 100010 111110 101000101 1000010 10111

Color Harmonies of #621441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621441

Black with #621441

Text Example


Text Example

White with #621441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621441; }

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

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

background-color css

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

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

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

border-color css

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

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

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