Html Css Color HEX #741D4B Pompadour

📋 copy color: '#741D4B'

red 116 ◦ green 29 ◦ blue 75

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

Shades of Pompadour #741D4B

Tints of Pompadour #741D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.09%

R = 52.73%
G = 13.18%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#741D4B (or 0x741D4B) is known color: Pompadour. HEX triplet: 74, 1D and 4B. RGB value is (116,29,75). Sum of RGB (Red+Green+Blue) = 116+29+75=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #741D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D4B is #8BE2B4. Grayscale: #3C3C3C. Windows color (decimal): -9167541 or 4922740. OLE color: 4922740.

HSL color Cylindrical-coordinate representation of color #741D4B: hue angle of 328.28º 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 #741D4B is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 75 -
CMYK 0 0.75 0.35 0.55
HSL 328.28º 0.6% 0.28% -
HSV(B) 328.28º 0.75% 0.45% -
XYZ 8.91 5.1 7.17 -
YUV 60.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 116 29 75 0 0.75 0.35 0.55 328.28 0.6 0.28
Hex 74 1D 4B 0 4B 23 37 148 3C 1C
Octal 164 35 113 0 113 43 67 510 74 34
Binary 1110100 11101 1001011 0 1001011 100011 110111 101001000 111100 11100

Color Harmonies of #741D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D4B

Black with #741D4B

Text Example


Text Example

White with #741D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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