Html Css Color HEX #61294D Pompadour

📋 copy color: '#61294D'

red 97 ◦ green 41 ◦ blue 77

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

Shades of Pompadour #61294D

Tints of Pompadour #61294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

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

R = 45.12%
G = 19.07%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61294D (or 0x61294D) is known color: Pompadour. HEX triplet: 61, 29 and 4D. RGB value is (97,41,77). Sum of RGB (Red+Green+Blue) = 97+41+77=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #61294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61294D is #9ED6B2. Grayscale: #3D3D3D. Windows color (decimal): -10409651 or 5056865. OLE color: 5056865.

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

Color convert

RGB 97 41 77 -
CMYK 0 0.58 0.21 0.62
HSL 321.43º 0.41% 0.27% -
HSV(B) 321.43º 0.58% 0.38% -
XYZ 7.06 4.66 7.55 -
YUV 61.85 136.55 153.07 -
System Red Green Blue C M Y K H S L
Decimal 97 41 77 0 0.58 0.21 0.62 321.43 0.41 0.27
Hex 61 29 4D 0 3A 15 3E 141 29 1B
Octal 141 51 115 0 72 25 76 501 51 33
Binary 1100001 101001 1001101 0 111010 10101 111110 101000001 101001 11011

Color Harmonies of #61294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61294D

Black with #61294D

Text Example


Text Example

White with #61294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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