Html Css Color HEX #612146 Pompadour

📋 copy color: '#612146'

red 97 ◦ green 33 ◦ blue 70

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

Shades of Pompadour #612146

Tints of Pompadour #612146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

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

R = 48.5%
G = 16.5%
B = 35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#612146 (or 0x612146) is known color: Pompadour. HEX triplet: 61, 21 and 46. RGB value is (97,33,70). Sum of RGB (Red+Green+Blue) = 97+33+70=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #612146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612146 is #9EDEB9. Grayscale: #383838. Windows color (decimal): -10411706 or 4596065. OLE color: 4596065.

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

Color convert

RGB 97 33 70 -
CMYK 0 0.66 0.28 0.62
HSL 325.31º 0.49% 0.25% -
HSV(B) 325.31º 0.66% 0.38% -
XYZ 6.58 4.07 6.23 -
YUV 56.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 97 33 70 0 0.66 0.28 0.62 325.31 0.49 0.25
Hex 61 21 46 0 42 1C 3E 145 31 19
Octal 141 41 106 0 102 34 76 505 61 31
Binary 1100001 100001 1000110 0 1000010 11100 111110 101000101 110001 11001

Color Harmonies of #612146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612146

Black with #612146

Text Example


Text Example

White with #612146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612146; }

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

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

background-color css

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

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

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

border-color css

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

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

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