Html Css Color HEX #61294C Pompadour

📋 copy color: '#61294C'

red 97 ◦ green 41 ◦ blue 76

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

Shades of Pompadour #61294C

Tints of Pompadour #61294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 45.33%
G = 19.16%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#61294C (or 0x61294C) is known color: Pompadour. HEX triplet: 61, 29 and 4C. RGB value is (97,41,76). Sum of RGB (Red+Green+Blue) = 97+41+76=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61294C is #9ED6B3. Grayscale: #3D3D3D. Windows color (decimal): -10409652 or 4991329. OLE color: 4991329.

HSL color Cylindrical-coordinate representation of color #61294C: hue angle of 322.5º 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 #61294C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 76 -
CMYK 0 0.58 0.22 0.62
HSL 322.5º 0.41% 0.27% -
HSV(B) 322.5º 0.58% 0.38% -
XYZ 7.03 4.65 7.36 -
YUV 61.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 97 41 76 0 0.58 0.22 0.62 322.5 0.41 0.27
Hex 61 29 4C 0 3A 16 3E 142 29 1B
Octal 141 51 114 0 72 26 76 502 51 33
Binary 1100001 101001 1001100 0 111010 10110 111110 101000010 101001 11011

Color Harmonies of #61294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61294C

Black with #61294C

Text Example


Text Example

White with #61294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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