Html Css Color HEX #621D3A Pompadour

📋 copy color: '#621D3A'

red 98 ◦ green 29 ◦ blue 58

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

Shades of Pompadour #621D3A

Tints of Pompadour #621D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 52.97%
G = 15.68%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#621D3A (or 0x621D3A) is known color: Pompadour. HEX triplet: 62, 1D and 3A. RGB value is (98,29,58). Sum of RGB (Red+Green+Blue) = 98+29+58=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #621D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621D3A is #9DE2C5. Grayscale: #343434. Windows color (decimal): -10347206 or 3808610. OLE color: 3808610.

HSL color Cylindrical-coordinate representation of color #621D3A: hue angle of 334.78º 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 #621D3A is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 29 58 -
CMYK 0 0.70 0.41 0.62
HSL 334.78º 0.54% 0.25% -
HSV(B) 334.78º 0.7% 0.38% -
XYZ 6.24 3.78 4.4 -
YUV 52.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 98 29 58 0 0.70 0.41 0.62 334.78 0.54 0.25
Hex 62 1D 3A 0 46 29 3E 14F 36 19
Octal 142 35 72 0 106 51 76 517 66 31
Binary 1100010 11101 111010 0 1000110 101001 111110 101001111 110110 11001

Color Harmonies of #621D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D3A

Black with #621D3A

Text Example


Text Example

White with #621D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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