Html Css Color HEX #61204D Pompadour

📋 copy color: '#61204D'

red 97 ◦ green 32 ◦ blue 77

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

Shades of Pompadour #61204D

Tints of Pompadour #61204D

RGB

 RED value IS 97 (38.28% from 255) = 47.09%

 GREEN value IS 32 (12.89% from 255) = 15.53%

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 47.09%
G = 15.53%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61204D (or 0x61204D) is known color: Pompadour. HEX triplet: 61, 20 and 4D. RGB value is (97,32,77). Sum of RGB (Red+Green+Blue) = 97+32+77=206 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.09% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 97 - color contains mainly: red. Hex color #61204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61204D is #9EDFB2. Grayscale: #383838. Windows color (decimal): -10411955 or 5054561. OLE color: 5054561.

HSL color Cylindrical-coordinate representation of color #61204D: hue angle of 318.46º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61204D is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 77 -
CMYK 0 0.67 0.21 0.62
HSL 318.46º 0.5% 0.25% -
HSV(B) 318.46º 0.67% 0.38% -
XYZ 6.79 4.11 7.46 -
YUV 56.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 97 32 77 0 0.67 0.21 0.62 318.46 0.5 0.25
Hex 61 20 4D 0 43 15 3E 13E 32 19
Octal 141 40 115 0 103 25 76 476 62 31
Binary 1100001 100000 1001101 0 1000011 10101 111110 100111110 110010 11001

Color Harmonies of #61204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61204D

Black with #61204D

Text Example


Text Example

White with #61204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61204D; }

 p { color: rgb(97,32,77); }

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

background-color css

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

 a { background-color: rgb(97,32,77); }

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

border-color css

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

 span { border-color: rgb(97,32,77); }

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