Html Css Color HEX #74134E Pompadour

📋 copy color: '#74134E'

red 116 ◦ green 19 ◦ blue 78

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

Shades of Pompadour #74134E

Tints of Pompadour #74134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

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

R = 54.46%
G = 8.92%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74134E (or 0x74134E) is known color: Pompadour. HEX triplet: 74, 13 and 4E. RGB value is (116,19,78). Sum of RGB (Red+Green+Blue) = 116+19+78=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74134E is #8BECB1. Grayscale: #363636. Windows color (decimal): -9170098 or 5116788. OLE color: 5116788.

HSL color Cylindrical-coordinate representation of color #74134E: hue angle of 323.51º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74134E is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 19 78 -
CMYK 0 0.84 0.33 0.55
HSL 323.51º 0.72% 0.26% -
HSV(B) 323.51º 0.84% 0.45% -
XYZ 8.81 4.73 7.66 -
YUV 54.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 116 19 78 0 0.84 0.33 0.55 323.51 0.72 0.26
Hex 74 13 4E 0 54 21 37 144 48 1A
Octal 164 23 116 0 124 41 67 504 110 32
Binary 1110100 10011 1001110 0 1010100 100001 110111 101000100 1001000 11010

Color Harmonies of #74134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74134E

Black with #74134E

Text Example


Text Example

White with #74134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74134E; }

 p { color: rgb(116,19,78); }

 H1.HeaderClassName
 {
   color: #74134E;
 }
 .AnyTagClassName
 {
   color: #74134E;
 }
</style>

background-color css

<style>
 a { background-color: #74134E; }

 a { background-color: rgb(116,19,78); }

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

border-color css

<style>
 span { border-color: #74134E; }

 span { border-color: rgb(116,19,78); }

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