Html Css Color HEX #61164E Pompadour

📋 copy color: '#61164E'

red 97 ◦ green 22 ◦ blue 78

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

Shades of Pompadour #61164E

Tints of Pompadour #61164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.17%

 BLUE value IS 78 (30.86% from 255) = 39.59%

R = 49.24%
G = 11.17%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61164E (or 0x61164E) is known color: Pompadour. HEX triplet: 61, 16 and 4E. RGB value is (97,22,78). Sum of RGB (Red+Green+Blue) = 97+22+78=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61164E is #9EE9B1. Grayscale: #323232. Windows color (decimal): -10414514 or 5117537. OLE color: 5117537.

HSL color Cylindrical-coordinate representation of color #61164E: hue angle of 315.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61164E is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 22 78 -
CMYK 0 0.77 0.20 0.62
HSL 315.2º 0.63% 0.23% -
HSV(B) 315.2º 0.77% 0.38% -
XYZ 6.59 3.67 7.57 -
YUV 50.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 97 22 78 0 0.77 0.20 0.62 315.2 0.63 0.23
Hex 61 16 4E 0 4D 14 3E 13B 3F 17
Octal 141 26 116 0 115 24 76 473 77 27
Binary 1100001 10110 1001110 0 1001101 10100 111110 100111011 111111 10111

Color Harmonies of #61164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61164E

Black with #61164E

Text Example


Text Example

White with #61164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61164E; }

 p { color: rgb(97,22,78); }

 H1.HeaderClassName
 {
   color: #61164E;
 }
 .AnyTagClassName
 {
   color: #61164E;
 }
</style>

background-color css

<style>
 a { background-color: #61164E; }

 a { background-color: rgb(97,22,78); }

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

border-color css

<style>
 span { border-color: #61164E; }

 span { border-color: rgb(97,22,78); }

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