Html Css Color HEX #612A4A Pompadour

📋 copy color: '#612A4A'

red 97 ◦ green 42 ◦ blue 74

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

Shades of Pompadour #612A4A

Tints of Pompadour #612A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.74%

R = 45.54%
G = 19.72%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#612A4A (or 0x612A4A) is known color: Pompadour. HEX triplet: 61, 2A and 4A. RGB value is (97,42,74). Sum of RGB (Red+Green+Blue) = 97+42+74=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #612A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612A4A is #9ED5B5. Grayscale: #3E3E3E. Windows color (decimal): -10409398 or 4860513. OLE color: 4860513.

HSL color Cylindrical-coordinate representation of color #612A4A: hue angle of 325.09º 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 #612A4A is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 42 74 -
CMYK 0 0.57 0.24 0.62
HSL 325.09º 0.4% 0.27% -
HSV(B) 325.09º 0.57% 0.38% -
XYZ 6.99 4.69 7.02 -
YUV 62.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 97 42 74 0 0.57 0.24 0.62 325.09 0.4 0.27
Hex 61 2A 4A 0 39 18 3E 145 28 1B
Octal 141 52 112 0 71 30 76 505 50 33
Binary 1100001 101010 1001010 0 111001 11000 111110 101000101 101000 11011

Color Harmonies of #612A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612A4A

Black with #612A4A

Text Example


Text Example

White with #612A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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