Html Css Color HEX #621445 Pompadour

📋 copy color: '#621445'

red 98 ◦ green 20 ◦ blue 69

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

Shades of Pompadour #621445

Tints of Pompadour #621445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 52.41%
G = 10.7%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#621445 (or 0x621445) is known color: Pompadour. HEX triplet: 62, 14 and 45. RGB value is (98,20,69). Sum of RGB (Red+Green+Blue) = 98+20+69=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #621445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621445 is #9DEBBA. Grayscale: #303030. Windows color (decimal): -10349499 or 4527202. OLE color: 4527202.

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

Color convert

RGB 98 20 69 -
CMYK 0 0.80 0.30 0.62
HSL 322.31º 0.66% 0.23% -
HSV(B) 322.31º 0.8% 0.38% -
XYZ 6.36 3.53 5.98 -
YUV 48.91 139.34 163.02 -
System Red Green Blue C M Y K H S L
Decimal 98 20 69 0 0.80 0.30 0.62 322.31 0.66 0.23
Hex 62 14 45 0 50 1E 3E 142 42 17
Octal 142 24 105 0 120 36 76 502 102 27
Binary 1100010 10100 1000101 0 1010000 11110 111110 101000010 1000010 10111

Color Harmonies of #621445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621445

Black with #621445

Text Example


Text Example

White with #621445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621445; }

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

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

background-color css

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

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

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

border-color css

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

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

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