Html Css Color HEX #612249 Pompadour

📋 copy color: '#612249'

red 97 ◦ green 34 ◦ blue 73

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

Shades of Pompadour #612249

Tints of Pompadour #612249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 47.55%
G = 16.67%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#612249 (or 0x612249) is known color: Pompadour. HEX triplet: 61, 22 and 49. RGB value is (97,34,73). Sum of RGB (Red+Green+Blue) = 97+34+73=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #612249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612249 is #9EDDB6. Grayscale: #393939. Windows color (decimal): -10411447 or 4792929. OLE color: 4792929.

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

Color convert

RGB 97 34 73 -
CMYK 0 0.65 0.25 0.62
HSL 322.86º 0.48% 0.26% -
HSV(B) 322.86º 0.65% 0.38% -
XYZ 6.7 4.17 6.75 -
YUV 57.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 97 34 73 0 0.65 0.25 0.62 322.86 0.48 0.26
Hex 61 22 49 0 41 19 3E 143 30 1A
Octal 141 42 111 0 101 31 76 503 60 32
Binary 1100001 100010 1001001 0 1000001 11001 111110 101000011 110000 11010

Color Harmonies of #612249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612249

Black with #612249

Text Example


Text Example

White with #612249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612249; }

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

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

background-color css

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

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

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

border-color css

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

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

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