Html Css Color HEX #74174A Pompadour

📋 copy color: '#74174A'

red 116 ◦ green 23 ◦ blue 74

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

Shades of Pompadour #74174A

Tints of Pompadour #74174A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.74%

R = 54.46%
G = 10.8%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74174A (or 0x74174A) is known color: Pompadour. HEX triplet: 74, 17 and 4A. RGB value is (116,23,74). Sum of RGB (Red+Green+Blue) = 116+23+74=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74174A is #8BE8B5. Grayscale: #383838. Windows color (decimal): -9169078 or 4855668. OLE color: 4855668.

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

Color convert

RGB 116 23 74 -
CMYK 0 0.80 0.36 0.55
HSL 327.1º 0.67% 0.27% -
HSV(B) 327.1º 0.8% 0.45% -
XYZ 8.74 4.82 6.95 -
YUV 56.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 116 23 74 0 0.80 0.36 0.55 327.1 0.67 0.27
Hex 74 17 4A 0 50 24 37 147 43 1B
Octal 164 27 112 0 120 44 67 507 103 33
Binary 1110100 10111 1001010 0 1010000 100100 110111 101000111 1000011 11011

Color Harmonies of #74174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74174A

Black with #74174A

Text Example


Text Example

White with #74174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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