Html Css Color HEX #612446 Pompadour

📋 copy color: '#612446'

red 97 ◦ green 36 ◦ blue 70

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

Shades of Pompadour #612446

Tints of Pompadour #612446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 47.78%
G = 17.73%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#612446 (or 0x612446) is known color: Pompadour. HEX triplet: 61, 24 and 46. RGB value is (97,36,70). Sum of RGB (Red+Green+Blue) = 97+36+70=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #612446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612446 is #9EDBB9. Grayscale: #3A3A3A. Windows color (decimal): -10410938 or 4596833. OLE color: 4596833.

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

Color convert

RGB 97 36 70 -
CMYK 0 0.63 0.28 0.62
HSL 326.56º 0.46% 0.26% -
HSV(B) 326.56º 0.63% 0.38% -
XYZ 6.67 4.25 6.26 -
YUV 58.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 97 36 70 0 0.63 0.28 0.62 326.56 0.46 0.26
Hex 61 24 46 0 3F 1C 3E 147 2E 1A
Octal 141 44 106 0 77 34 76 507 56 32
Binary 1100001 100100 1000110 0 111111 11100 111110 101000111 101110 11010

Color Harmonies of #612446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612446

Black with #612446

Text Example


Text Example

White with #612446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612446; }

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

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

background-color css

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

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

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

border-color css

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

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

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