Html Css Color HEX #61154A Pompadour

📋 copy color: '#61154A'

red 97 ◦ green 21 ◦ blue 74

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

Shades of Pompadour #61154A

Tints of Pompadour #61154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.54%

R = 50.52%
G = 10.94%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61154A (or 0x61154A) is known color: Pompadour. HEX triplet: 61, 15 and 4A. RGB value is (97,21,74). Sum of RGB (Red+Green+Blue) = 97+21+74=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61154A is #9EEAB5. Grayscale: #313131. Windows color (decimal): -10414774 or 4855137. OLE color: 4855137.

HSL color Cylindrical-coordinate representation of color #61154A: hue angle of 318.16º 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 #61154A is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 74 -
CMYK 0 0.78 0.24 0.62
HSL 318.16º 0.64% 0.23% -
HSV(B) 318.16º 0.78% 0.38% -
XYZ 6.43 3.57 6.83 -
YUV 49.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 97 21 74 0 0.78 0.24 0.62 318.16 0.64 0.23
Hex 61 15 4A 0 4E 18 3E 13E 40 17
Octal 141 25 112 0 116 30 76 476 100 27
Binary 1100001 10101 1001010 0 1001110 11000 111110 100111110 1000000 10111

Color Harmonies of #61154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61154A

Black with #61154A

Text Example


Text Example

White with #61154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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