Html Css Color HEX #741D43 Pompadour

📋 copy color: '#741D43'

red 116 ◦ green 29 ◦ blue 67

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

Shades of Pompadour #741D43

Tints of Pompadour #741D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.6%

R = 54.72%
G = 13.68%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#741D43 (or 0x741D43) is known color: Pompadour. HEX triplet: 74, 1D and 43. RGB value is (116,29,67). Sum of RGB (Red+Green+Blue) = 116+29+67=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #741D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D43 is #8BE2BC. Grayscale: #3B3B3B. Windows color (decimal): -9167549 or 4398452. OLE color: 4398452.

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

Color convert

RGB 116 29 67 -
CMYK 0 0.75 0.42 0.55
HSL 333.79º 0.6% 0.28% -
HSV(B) 333.79º 0.75% 0.45% -
XYZ 8.65 5 5.82 -
YUV 59.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 116 29 67 0 0.75 0.42 0.55 333.79 0.6 0.28
Hex 74 1D 43 0 4B 2A 37 14E 3C 1C
Octal 164 35 103 0 113 52 67 516 74 34
Binary 1110100 11101 1000011 0 1001011 101010 110111 101001110 111100 11100

Color Harmonies of #741D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D43

Black with #741D43

Text Example


Text Example

White with #741D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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