Html Css Color HEX #74164D Pompadour

📋 copy color: '#74164D'

red 116 ◦ green 22 ◦ blue 77

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

Shades of Pompadour #74164D

Tints of Pompadour #74164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.23%

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

R = 53.95%
G = 10.23%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74164D (or 0x74164D) is known color: Pompadour. HEX triplet: 74, 16 and 4D. RGB value is (116,22,77). Sum of RGB (Red+Green+Blue) = 116+22+77=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74164D is #8BE9B2. Grayscale: #383838. Windows color (decimal): -9169331 or 5052020. OLE color: 5052020.

HSL color Cylindrical-coordinate representation of color #74164D: hue angle of 324.89º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74164D is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 77 -
CMYK 0 0.81 0.34 0.55
HSL 324.89º 0.68% 0.27% -
HSV(B) 324.89º 0.81% 0.45% -
XYZ 8.83 4.82 7.49 -
YUV 56.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 116 22 77 0 0.81 0.34 0.55 324.89 0.68 0.27
Hex 74 16 4D 0 51 22 37 145 44 1B
Octal 164 26 115 0 121 42 67 505 104 33
Binary 1110100 10110 1001101 0 1010001 100010 110111 101000101 1000100 11011

Color Harmonies of #74164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74164D

Black with #74164D

Text Example


Text Example

White with #74164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74164D; }

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

 H1.HeaderClassName
 {
   color: #74164D;
 }
 .AnyTagClassName
 {
   color: #74164D;
 }
</style>

background-color css

<style>
 a { background-color: #74164D; }

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

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

border-color css

<style>
 span { border-color: #74164D; }

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

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