Html Css Color HEX #741E4D Pompadour

📋 copy color: '#741E4D'

red 116 ◦ green 30 ◦ blue 77

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

Shades of Pompadour #741E4D

Tints of Pompadour #741E4D

RGB

 RED value IS 116 (45.7% from 255) = 52.02%

 GREEN value IS 30 (12.11% from 255) = 13.45%

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 52.02%
G = 13.45%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#741E4D (or 0x741E4D) is known color: Pompadour. HEX triplet: 74, 1E and 4D. RGB value is (116,30,77). Sum of RGB (Red+Green+Blue) = 116+30+77=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #741E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E4D is #8BE1B2. Grayscale: #3C3C3C. Windows color (decimal): -9167283 or 5054068. OLE color: 5054068.

HSL color Cylindrical-coordinate representation of color #741E4D: hue angle of 327.21º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E4D is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 30 77 -
CMYK 0 0.74 0.34 0.55
HSL 327.21º 0.59% 0.29% -
HSV(B) 327.21º 0.74% 0.45% -
XYZ 9.01 5.18 7.55 -
YUV 61.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 116 30 77 0 0.74 0.34 0.55 327.21 0.59 0.29
Hex 74 1E 4D 0 4A 22 37 147 3B 1D
Octal 164 36 115 0 112 42 67 507 73 35
Binary 1110100 11110 1001101 0 1001010 100010 110111 101000111 111011 11101

Color Harmonies of #741E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E4D

Black with #741E4D

Text Example


Text Example

White with #741E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741E4D; }

 p { color: rgb(116,30,77); }

 H1.HeaderClassName
 {
   color: #741E4D;
 }
 .AnyTagClassName
 {
   color: #741E4D;
 }
</style>

background-color css

<style>
 a { background-color: #741E4D; }

 a { background-color: rgb(116,30,77); }

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

border-color css

<style>
 span { border-color: #741E4D; }

 span { border-color: rgb(116,30,77); }

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