Html Css Color HEX #741C42 Pompadour

📋 copy color: '#741C42'

red 116 ◦ green 28 ◦ blue 66

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

Shades of Pompadour #741C42

Tints of Pompadour #741C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

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

R = 55.24%
G = 13.33%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#741C42 (or 0x741C42) is known color: Pompadour. HEX triplet: 74, 1C and 42. RGB value is (116,28,66). Sum of RGB (Red+Green+Blue) = 116+28+66=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #741C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C42 is #8BE3BD. Grayscale: #3A3A3A. Windows color (decimal): -9167806 or 4332660. OLE color: 4332660.

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

Color convert

RGB 116 28 66 -
CMYK 0 0.76 0.43 0.55
HSL 334.09º 0.61% 0.28% -
HSV(B) 334.09º 0.76% 0.45% -
XYZ 8.6 4.94 5.65 -
YUV 58.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 116 28 66 0 0.76 0.43 0.55 334.09 0.61 0.28
Hex 74 1C 42 0 4C 2B 37 14E 3D 1C
Octal 164 34 102 0 114 53 67 516 75 34
Binary 1110100 11100 1000010 0 1001100 101011 110111 101001110 111101 11100

Color Harmonies of #741C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C42

Black with #741C42

Text Example


Text Example

White with #741C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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