Html Css Color HEX #741D4C Pompadour

📋 copy color: '#741D4C'

red 116 ◦ green 29 ◦ blue 76

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

Shades of Pompadour #741D4C

Tints of Pompadour #741D4C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.12%

 BLUE value IS 76 (30.08% from 255) = 34.39%

R = 52.49%
G = 13.12%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#741D4C (or 0x741D4C) is known color: Pompadour. HEX triplet: 74, 1D and 4C. RGB value is (116,29,76). Sum of RGB (Red+Green+Blue) = 116+29+76=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #741D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D4C is #8BE2B3. Grayscale: #3C3C3C. Windows color (decimal): -9167540 or 4988276. OLE color: 4988276.

HSL color Cylindrical-coordinate representation of color #741D4C: hue angle of 327.59º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D4C is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 76 -
CMYK 0 0.75 0.34 0.55
HSL 327.59º 0.6% 0.28% -
HSV(B) 327.59º 0.75% 0.45% -
XYZ 8.95 5.11 7.35 -
YUV 60.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 116 29 76 0 0.75 0.34 0.55 327.59 0.6 0.28
Hex 74 1D 4C 0 4B 22 37 148 3C 1C
Octal 164 35 114 0 113 42 67 510 74 34
Binary 1110100 11101 1001100 0 1001011 100010 110111 101001000 111100 11100

Color Harmonies of #741D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D4C

Black with #741D4C

Text Example


Text Example

White with #741D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741D4C; }

 p { color: rgb(116,29,76); }

 H1.HeaderClassName
 {
   color: #741D4C;
 }
 .AnyTagClassName
 {
   color: #741D4C;
 }
</style>

background-color css

<style>
 a { background-color: #741D4C; }

 a { background-color: rgb(116,29,76); }

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

border-color css

<style>
 span { border-color: #741D4C; }

 span { border-color: rgb(116,29,76); }

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