Html Css Color HEX #61184D Pompadour

📋 copy color: '#61184D'

red 97 ◦ green 24 ◦ blue 77

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

Shades of Pompadour #61184D

Tints of Pompadour #61184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

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

R = 48.99%
G = 12.12%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61184D (or 0x61184D) is known color: Pompadour. HEX triplet: 61, 18 and 4D. RGB value is (97,24,77). Sum of RGB (Red+Green+Blue) = 97+24+77=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61184D is #9EE7B2. Grayscale: #333333. Windows color (decimal): -10414003 or 5052513. OLE color: 5052513.

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

Color convert

RGB 97 24 77 -
CMYK 0 0.75 0.21 0.62
HSL 316.44º 0.6% 0.24% -
HSV(B) 316.44º 0.75% 0.38% -
XYZ 6.6 3.73 7.39 -
YUV 51.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 97 24 77 0 0.75 0.21 0.62 316.44 0.6 0.24
Hex 61 18 4D 0 4B 15 3E 13C 3C 18
Octal 141 30 115 0 113 25 76 474 74 30
Binary 1100001 11000 1001101 0 1001011 10101 111110 100111100 111100 11000

Color Harmonies of #61184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61184D

Black with #61184D

Text Example


Text Example

White with #61184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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