Html Css Color HEX #61154C Pompadour

📋 copy color: '#61154C'

red 97 ◦ green 21 ◦ blue 76

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

Shades of Pompadour #61154C

Tints of Pompadour #61154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

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

R = 50%
G = 10.82%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#61154C (or 0x61154C) is known color: Pompadour. HEX triplet: 61, 15 and 4C. RGB value is (97,21,76). Sum of RGB (Red+Green+Blue) = 97+21+76=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #61154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61154C is #9EEAB3. Grayscale: #313131. Windows color (decimal): -10414772 or 4986209. OLE color: 4986209.

HSL color Cylindrical-coordinate representation of color #61154C: hue angle of 316.58º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61154C is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 76 -
CMYK 0 0.78 0.22 0.62
HSL 316.58º 0.64% 0.23% -
HSV(B) 316.58º 0.78% 0.38% -
XYZ 6.5 3.6 7.19 -
YUV 49.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 97 21 76 0 0.78 0.22 0.62 316.58 0.64 0.23
Hex 61 15 4C 0 4E 16 3E 13D 40 17
Octal 141 25 114 0 116 26 76 475 100 27
Binary 1100001 10101 1001100 0 1001110 10110 111110 100111101 1000000 10111

Color Harmonies of #61154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61154C

Black with #61154C

Text Example


Text Example

White with #61154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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