Html Css Color HEX #612E4A Pompadour

📋 copy color: '#612E4A'

red 97 ◦ green 46 ◦ blue 74

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

Shades of Pompadour #612E4A

Tints of Pompadour #612E4A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.2%

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

R = 44.7%
G = 21.2%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#612E4A (or 0x612E4A) is known color: Pompadour. HEX triplet: 61, 2E and 4A. RGB value is (97,46,74). Sum of RGB (Red+Green+Blue) = 97+46+74=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #612E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E4A is #9ED1B5. Grayscale: #404040. Windows color (decimal): -10408374 or 4861537. OLE color: 4861537.

HSL color Cylindrical-coordinate representation of color #612E4A: hue angle of 327.06º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #612E4A is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 46 74 -
CMYK 0 0.53 0.24 0.62
HSL 327.06º 0.36% 0.28% -
HSV(B) 327.06º 0.53% 0.38% -
XYZ 7.14 4.99 7.07 -
YUV 64.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 97 46 74 0 0.53 0.24 0.62 327.06 0.36 0.28
Hex 61 2E 4A 0 35 18 3E 147 24 1C
Octal 141 56 112 0 65 30 76 507 44 34
Binary 1100001 101110 1001010 0 110101 11000 111110 101000111 100100 11100

Color Harmonies of #612E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E4A

Black with #612E4A

Text Example


Text Example

White with #612E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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