Html Css Color HEX #74174E Pompadour

📋 copy color: '#74174E'

red 116 ◦ green 23 ◦ blue 78

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

Shades of Pompadour #74174E

Tints of Pompadour #74174E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

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

R = 53.46%
G = 10.6%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74174E (or 0x74174E) is known color: Pompadour. HEX triplet: 74, 17 and 4E. RGB value is (116,23,78). Sum of RGB (Red+Green+Blue) = 116+23+78=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #74174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74174E is #8BE8B1. Grayscale: #383838. Windows color (decimal): -9169074 or 5117812. OLE color: 5117812.

HSL color Cylindrical-coordinate representation of color #74174E: hue angle of 324.52º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74174E is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 78 -
CMYK 0 0.80 0.33 0.55
HSL 324.52º 0.67% 0.27% -
HSV(B) 324.52º 0.8% 0.45% -
XYZ 8.88 4.88 7.68 -
YUV 57.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 116 23 78 0 0.80 0.33 0.55 324.52 0.67 0.27
Hex 74 17 4E 0 50 21 37 145 43 1B
Octal 164 27 116 0 120 41 67 505 103 33
Binary 1110100 10111 1001110 0 1010000 100001 110111 101000101 1000011 11011

Color Harmonies of #74174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74174E

Black with #74174E

Text Example


Text Example

White with #74174E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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