Html Css Color HEX #741D44 Pompadour

📋 copy color: '#741D44'

red 116 ◦ green 29 ◦ blue 68

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

Shades of Pompadour #741D44

Tints of Pompadour #741D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.92%

R = 54.46%
G = 13.62%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#741D44 (or 0x741D44) is known color: Pompadour. HEX triplet: 74, 1D and 44. RGB value is (116,29,68). Sum of RGB (Red+Green+Blue) = 116+29+68=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #741D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D44 is #8BE2BB. Grayscale: #3B3B3B. Windows color (decimal): -9167548 or 4463988. OLE color: 4463988.

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

Color convert

RGB 116 29 68 -
CMYK 0 0.75 0.41 0.55
HSL 333.1º 0.6% 0.28% -
HSV(B) 333.1º 0.75% 0.45% -
XYZ 8.69 5.01 5.98 -
YUV 59.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 116 29 68 0 0.75 0.41 0.55 333.1 0.6 0.28
Hex 74 1D 44 0 4B 29 37 14D 3C 1C
Octal 164 35 104 0 113 51 67 515 74 34
Binary 1110100 11101 1000100 0 1001011 101001 110111 101001101 111100 11100

Color Harmonies of #741D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D44

Black with #741D44

Text Example


Text Example

White with #741D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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