Html Css Color HEX #74174F Pompadour

📋 copy color: '#74174F'

red 116 ◦ green 23 ◦ blue 79

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

Shades of Pompadour #74174F

Tints of Pompadour #74174F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 53.21%
G = 10.55%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74174F (or 0x74174F) is known color: Pompadour. HEX triplet: 74, 17 and 4F. RGB value is (116,23,79). Sum of RGB (Red+Green+Blue) = 116+23+79=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #74174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74174F is #8BE8B0. Grayscale: #393939. Windows color (decimal): -9169073 or 5183348. OLE color: 5183348.

HSL color Cylindrical-coordinate representation of color #74174F: hue angle of 323.87º 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 #74174F is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 79 -
CMYK 0 0.80 0.32 0.55
HSL 323.87º 0.67% 0.27% -
HSV(B) 323.87º 0.8% 0.45% -
XYZ 8.92 4.89 7.87 -
YUV 57.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 116 23 79 0 0.80 0.32 0.55 323.87 0.67 0.27
Hex 74 17 4F 0 50 20 37 144 43 1B
Octal 164 27 117 0 120 40 67 504 103 33
Binary 1110100 10111 1001111 0 1010000 100000 110111 101000100 1000011 11011

Color Harmonies of #74174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74174F

Black with #74174F

Text Example


Text Example

White with #74174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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