Html Css Color HEX #612E4E Pompadour

📋 copy color: '#612E4E'

red 97 ◦ green 46 ◦ blue 78

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

Shades of Pompadour #612E4E

Tints of Pompadour #612E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.29%

R = 43.89%
G = 20.81%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#612E4E (or 0x612E4E) is known color: Pompadour. HEX triplet: 61, 2E and 4E. RGB value is (97,46,78). Sum of RGB (Red+Green+Blue) = 97+46+78=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #612E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E4E is #9ED1B1. Grayscale: #404040. Windows color (decimal): -10408370 or 5123681. OLE color: 5123681.

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

Color convert

RGB 97 46 78 -
CMYK 0 0.53 0.20 0.62
HSL 322.35º 0.36% 0.28% -
HSV(B) 322.35º 0.53% 0.38% -
XYZ 7.28 5.05 7.8 -
YUV 64.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 97 46 78 0 0.53 0.20 0.62 322.35 0.36 0.28
Hex 61 2E 4E 0 35 14 3E 142 24 1C
Octal 141 56 116 0 65 24 76 502 44 34
Binary 1100001 101110 1001110 0 110101 10100 111110 101000010 100100 11100

Color Harmonies of #612E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E4E

Black with #612E4E

Text Example


Text Example

White with #612E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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