Html Css Color HEX #741D42 Pompadour

📋 copy color: '#741D42'

red 116 ◦ green 29 ◦ blue 66

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

Shades of Pompadour #741D42

Tints of Pompadour #741D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 54.98%
G = 13.74%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#741D42 (or 0x741D42) is known color: Pompadour. HEX triplet: 74, 1D and 42. RGB value is (116,29,66). Sum of RGB (Red+Green+Blue) = 116+29+66=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #741D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D42 is #8BE2BD. Grayscale: #3B3B3B. Windows color (decimal): -9167550 or 4332916. OLE color: 4332916.

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

Color convert

RGB 116 29 66 -
CMYK 0 0.75 0.43 0.55
HSL 334.48º 0.6% 0.28% -
HSV(B) 334.48º 0.75% 0.45% -
XYZ 8.63 4.99 5.66 -
YUV 59.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 116 29 66 0 0.75 0.43 0.55 334.48 0.6 0.28
Hex 74 1D 42 0 4B 2B 37 14E 3C 1C
Octal 164 35 102 0 113 53 67 516 74 34
Binary 1110100 11101 1000010 0 1001011 101011 110111 101001110 111100 11100

Color Harmonies of #741D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D42

Black with #741D42

Text Example


Text Example

White with #741D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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