Html Css Color HEX #621D3C Pompadour

📋 copy color: '#621D3C'

red 98 ◦ green 29 ◦ blue 60

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

Shades of Pompadour #621D3C

Tints of Pompadour #621D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.51%

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 52.41%
G = 15.51%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#621D3C (or 0x621D3C) is known color: Pompadour. HEX triplet: 62, 1D and 3C. RGB value is (98,29,60). Sum of RGB (Red+Green+Blue) = 98+29+60=187 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.41% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 98 - color contains mainly: red. Hex color #621D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D3C is #9DE2C3. Grayscale: #353535. Windows color (decimal): -10347204 or 3939682. OLE color: 3939682.

HSL color Cylindrical-coordinate representation of color #621D3C: hue angle of 333.04º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #621D3C is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 29 60 -
CMYK 0 0.70 0.39 0.62
HSL 333.04º 0.54% 0.25% -
HSV(B) 333.04º 0.7% 0.38% -
XYZ 6.29 3.8 4.68 -
YUV 53.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 98 29 60 0 0.70 0.39 0.62 333.04 0.54 0.25
Hex 62 1D 3C 0 46 27 3E 14D 36 19
Octal 142 35 74 0 106 47 76 515 66 31
Binary 1100010 11101 111100 0 1000110 100111 111110 101001101 110110 11001

Color Harmonies of #621D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D3C

Black with #621D3C

Text Example


Text Example

White with #621D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621D3C; }

 p { color: rgb(98,29,60); }

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

background-color css

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

 a { background-color: rgb(98,29,60); }

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

border-color css

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

 span { border-color: rgb(98,29,60); }

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