Html Css Color HEX #621434 Pompadour

📋 copy color: '#621434'

red 98 ◦ green 20 ◦ blue 52

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

Shades of Pompadour #621434

Tints of Pompadour #621434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.59%

R = 57.65%
G = 11.76%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#621434 (or 0x621434) is known color: Pompadour. HEX triplet: 62, 14 and 34. RGB value is (98,20,52). Sum of RGB (Red+Green+Blue) = 98+20+52=170 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.65% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 98 - color contains mainly: red. Hex color #621434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621434 is #9DEBCB. Grayscale: #2E2E2E. Windows color (decimal): -10349516 or 3413090. OLE color: 3413090.

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

Color convert

RGB 98 20 52 -
CMYK 0 0.80 0.47 0.62
HSL 335.38º 0.66% 0.23% -
HSV(B) 335.38º 0.8% 0.38% -
XYZ 5.91 3.34 3.58 -
YUV 46.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 98 20 52 0 0.80 0.47 0.62 335.38 0.66 0.23
Hex 62 14 34 0 50 2F 3E 14F 42 17
Octal 142 24 64 0 120 57 76 517 102 27
Binary 1100010 10100 110100 0 1010000 101111 111110 101001111 1000010 10111

Color Harmonies of #621434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621434

Black with #621434

Text Example


Text Example

White with #621434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621434; }

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

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

background-color css

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

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

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

border-color css

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

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

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