Html Css Color HEX #61194E Pompadour

📋 copy color: '#61194E'

red 97 ◦ green 25 ◦ blue 78

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

Shades of Pompadour #61194E

Tints of Pompadour #61194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.5%

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

R = 48.5%
G = 12.5%
B = 39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61194E (or 0x61194E) is known color: Pompadour. HEX triplet: 61, 19 and 4E. RGB value is (97,25,78). Sum of RGB (Red+Green+Blue) = 97+25+78=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #61194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61194E is #9EE6B1. Grayscale: #343434. Windows color (decimal): -10413746 or 5118305. OLE color: 5118305.

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

Color convert

RGB 97 25 78 -
CMYK 0 0.74 0.20 0.62
HSL 315.83º 0.59% 0.24% -
HSV(B) 315.83º 0.74% 0.38% -
XYZ 6.65 3.79 7.59 -
YUV 52.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 97 25 78 0 0.74 0.20 0.62 315.83 0.59 0.24
Hex 61 19 4E 0 4A 14 3E 13C 3B 18
Octal 141 31 116 0 112 24 76 474 73 30
Binary 1100001 11001 1001110 0 1001010 10100 111110 100111100 111011 11000

Color Harmonies of #61194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61194E

Black with #61194E

Text Example


Text Example

White with #61194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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