Html Css Color HEX #74104A Pompadour

📋 copy color: '#74104A'

red 116 ◦ green 16 ◦ blue 74

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

Shades of Pompadour #74104A

Tints of Pompadour #74104A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 56.31%
G = 7.77%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74104A (or 0x74104A) is known color: Pompadour. HEX triplet: 74, 10 and 4A. RGB value is (116,16,74). Sum of RGB (Red+Green+Blue) = 116+16+74=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #74104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74104A is #8BEFB5. Grayscale: #343434. Windows color (decimal): -9170870 or 4853876. OLE color: 4853876.

HSL color Cylindrical-coordinate representation of color #74104A: hue angle of 325.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74104A is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 74 -
CMYK 0 0.86 0.36 0.55
HSL 325.2º 0.76% 0.26% -
HSV(B) 325.2º 0.86% 0.45% -
XYZ 8.62 4.58 6.91 -
YUV 52.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 116 16 74 0 0.86 0.36 0.55 325.2 0.76 0.26
Hex 74 10 4A 0 56 24 37 145 4C 1A
Octal 164 20 112 0 126 44 67 505 114 32
Binary 1110100 10000 1001010 0 1010110 100100 110111 101000101 1001100 11010

Color Harmonies of #74104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74104A

Black with #74104A

Text Example


Text Example

White with #74104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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