Html Css Color HEX #612346 Pompadour

📋 copy color: '#612346'

red 97 ◦ green 35 ◦ blue 70

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

Shades of Pompadour #612346

Tints of Pompadour #612346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.33%

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

R = 48.02%
G = 17.33%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#612346 (or 0x612346) is known color: Pompadour. HEX triplet: 61, 23 and 46. RGB value is (97,35,70). Sum of RGB (Red+Green+Blue) = 97+35+70=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #612346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612346 is #9EDCB9. Grayscale: #393939. Windows color (decimal): -10411194 or 4596577. OLE color: 4596577.

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

Color convert

RGB 97 35 70 -
CMYK 0 0.64 0.28 0.62
HSL 326.13º 0.47% 0.26% -
HSV(B) 326.13º 0.64% 0.38% -
XYZ 6.64 4.19 6.25 -
YUV 57.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 97 35 70 0 0.64 0.28 0.62 326.13 0.47 0.26
Hex 61 23 46 0 40 1C 3E 146 2F 1A
Octal 141 43 106 0 100 34 76 506 57 32
Binary 1100001 100011 1000110 0 1000000 11100 111110 101000110 101111 11010

Color Harmonies of #612346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612346

Black with #612346

Text Example


Text Example

White with #612346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612346; }

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

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

background-color css

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

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

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

border-color css

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

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

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