Html Css Color HEX #74104F Pompadour

📋 copy color: '#74104F'

red 116 ◦ green 16 ◦ blue 79

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

Shades of Pompadour #74104F

Tints of Pompadour #74104F

RGB

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

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

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

R = 54.98%
G = 7.58%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74104F (or 0x74104F) is known color: Pompadour. HEX triplet: 74, 10 and 4F. RGB value is (116,16,79). Sum of RGB (Red+Green+Blue) = 116+16+79=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74104F is #8BEFB0. Grayscale: #343434. Windows color (decimal): -9170865 or 5181556. OLE color: 5181556.

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

Color convert

RGB 116 16 79 -
CMYK 0 0.86 0.32 0.55
HSL 322.2º 0.76% 0.26% -
HSV(B) 322.2º 0.86% 0.45% -
XYZ 8.8 4.65 7.83 -
YUV 53.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 116 16 79 0 0.86 0.32 0.55 322.2 0.76 0.26
Hex 74 10 4F 0 56 20 37 142 4C 1A
Octal 164 20 117 0 126 40 67 502 114 32
Binary 1110100 10000 1001111 0 1010110 100000 110111 101000010 1001100 11010

Color Harmonies of #74104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74104F

Black with #74104F

Text Example


Text Example

White with #74104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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