Html Css Color HEX #612E4F Pompadour

📋 copy color: '#612E4F'

red 97 ◦ green 46 ◦ blue 79

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

Shades of Pompadour #612E4F

Tints of Pompadour #612E4F

RGB

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

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

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

R = 43.69%
G = 20.72%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#612E4F (or 0x612E4F) is known color: Pompadour. HEX triplet: 61, 2E and 4F. RGB value is (97,46,79). Sum of RGB (Red+Green+Blue) = 97+46+79=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #612E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E4F is #9ED1B0. Grayscale: #404040. Windows color (decimal): -10408369 or 5189217. OLE color: 5189217.

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

Color convert

RGB 97 46 79 -
CMYK 0 0.53 0.19 0.62
HSL 321.18º 0.36% 0.28% -
HSV(B) 321.18º 0.53% 0.38% -
XYZ 7.32 5.06 7.99 -
YUV 65.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 97 46 79 0 0.53 0.19 0.62 321.18 0.36 0.28
Hex 61 2E 4F 0 35 13 3E 141 24 1C
Octal 141 56 117 0 65 23 76 501 44 34
Binary 1100001 101110 1001111 0 110101 10011 111110 101000001 100100 11100

Color Harmonies of #612E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E4F

Black with #612E4F

Text Example


Text Example

White with #612E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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