Html Css Color HEX #741A41 Pompadour

📋 copy color: '#741A41'

red 116 ◦ green 26 ◦ blue 65

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

Shades of Pompadour #741A41

Tints of Pompadour #741A41

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 56.04%
G = 12.56%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#741A41 (or 0x741A41) is known color: Pompadour. HEX triplet: 74, 1A and 41. RGB value is (116,26,65). Sum of RGB (Red+Green+Blue) = 116+26+65=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #741A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A41 is #8BE5BE. Grayscale: #393939. Windows color (decimal): -9168319 or 4266612. OLE color: 4266612.

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

Color convert

RGB 116 26 65 -
CMYK 0 0.78 0.44 0.55
HSL 334º 0.63% 0.28% -
HSV(B) 334º 0.78% 0.45% -
XYZ 8.53 4.83 5.48 -
YUV 57.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 116 26 65 0 0.78 0.44 0.55 334 0.63 0.28
Hex 74 1A 41 0 4E 2C 37 14E 3F 1C
Octal 164 32 101 0 116 54 67 516 77 34
Binary 1110100 11010 1000001 0 1001110 101100 110111 101001110 111111 11100

Color Harmonies of #741A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A41

Black with #741A41

Text Example


Text Example

White with #741A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,26,65); }

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

background-color css

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

 a { background-color: rgb(116,26,65); }

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

border-color css

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

 span { border-color: rgb(116,26,65); }

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