Html Css Color HEX #612A4F Pompadour

📋 copy color: '#612A4F'

red 97 ◦ green 42 ◦ blue 79

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

Shades of Pompadour #612A4F

Tints of Pompadour #612A4F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.27%

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 44.5%
G = 19.27%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#612A4F (or 0x612A4F) is known color: Pompadour. HEX triplet: 61, 2A and 4F. RGB value is (97,42,79). Sum of RGB (Red+Green+Blue) = 97+42+79=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #612A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A4F is #9ED5B0. Grayscale: #3E3E3E. Windows color (decimal): -10409393 or 5188193. OLE color: 5188193.

HSL color Cylindrical-coordinate representation of color #612A4F: hue angle of 319.64º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612A4F is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 42 79 -
CMYK 0 0.57 0.19 0.62
HSL 319.64º 0.4% 0.27% -
HSV(B) 319.64º 0.57% 0.38% -
XYZ 7.17 4.76 7.94 -
YUV 62.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 97 42 79 0 0.57 0.19 0.62 319.64 0.4 0.27
Hex 61 2A 4F 0 39 13 3E 140 28 1B
Octal 141 52 117 0 71 23 76 500 50 33
Binary 1100001 101010 1001111 0 111001 10011 111110 101000000 101000 11011

Color Harmonies of #612A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612A4F

Black with #612A4F

Text Example


Text Example

White with #612A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612A4F; }

 p { color: rgb(97,42,79); }

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

background-color css

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

 a { background-color: rgb(97,42,79); }

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

border-color css

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

 span { border-color: rgb(97,42,79); }

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