Html Css Color HEX #612246 Pompadour

📋 copy color: '#612246'

red 97 ◦ green 34 ◦ blue 70

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

Shades of Pompadour #612246

Tints of Pompadour #612246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.83%

R = 48.26%
G = 16.92%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#612246 (or 0x612246) is known color: Pompadour. HEX triplet: 61, 22 and 46. RGB value is (97,34,70). Sum of RGB (Red+Green+Blue) = 97+34+70=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #612246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612246 is #9EDDB9. Grayscale: #383838. Windows color (decimal): -10411450 or 4596321. OLE color: 4596321.

HSL color Cylindrical-coordinate representation of color #612246: hue angle of 325.71º 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 #612246 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 34 70 -
CMYK 0 0.65 0.28 0.62
HSL 325.71º 0.48% 0.26% -
HSV(B) 325.71º 0.65% 0.38% -
XYZ 6.61 4.13 6.24 -
YUV 56.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 97 34 70 0 0.65 0.28 0.62 325.71 0.48 0.26
Hex 61 22 46 0 41 1C 3E 146 30 1A
Octal 141 42 106 0 101 34 76 506 60 32
Binary 1100001 100010 1000110 0 1000001 11100 111110 101000110 110000 11010

Color Harmonies of #612246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612246

Black with #612246

Text Example


Text Example

White with #612246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612246; }

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

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

background-color css

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

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

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

border-color css

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

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

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