Html Css Color HEX #612549 Pompadour

📋 copy color: '#612549'

red 97 ◦ green 37 ◦ blue 73

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

Shades of Pompadour #612549

Tints of Pompadour #612549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

 BLUE value IS 73 (28.91% from 255) = 35.27%

R = 46.86%
G = 17.87%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#612549 (or 0x612549) is known color: Pompadour. HEX triplet: 61, 25 and 49. RGB value is (97,37,73). Sum of RGB (Red+Green+Blue) = 97+37+73=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #612549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612549 is #9EDAB6. Grayscale: #3A3A3A. Windows color (decimal): -10410679 or 4793697. OLE color: 4793697.

HSL color Cylindrical-coordinate representation of color #612549: hue angle of 324º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612549 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 37 73 -
CMYK 0 0.62 0.25 0.62
HSL 324º 0.45% 0.26% -
HSV(B) 324º 0.62% 0.38% -
XYZ 6.79 4.35 6.78 -
YUV 59.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 97 37 73 0 0.62 0.25 0.62 324 0.45 0.26
Hex 61 25 49 0 3E 19 3E 144 2D 1A
Octal 141 45 111 0 76 31 76 504 55 32
Binary 1100001 100101 1001001 0 111110 11001 111110 101000100 101101 11010

Color Harmonies of #612549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612549

Black with #612549

Text Example


Text Example

White with #612549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612549; }

 p { color: rgb(97,37,73); }

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

background-color css

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

 a { background-color: rgb(97,37,73); }

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

border-color css

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

 span { border-color: rgb(97,37,73); }

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