Html Css Color HEX #741741 Pompadour

📋 copy color: '#741741'

red 116 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #741741

Tints of Pompadour #741741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

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

R = 56.86%
G = 11.27%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#741741 (or 0x741741) is known color: Pompadour. HEX triplet: 74, 17 and 41. RGB value is (116,23,65). Sum of RGB (Red+Green+Blue) = 116+23+65=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #741741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741741 is #8BE8BE. Grayscale: #373737. Windows color (decimal): -9169087 or 4265844. OLE color: 4265844.

HSL color Cylindrical-coordinate representation of color #741741: hue angle of 332.9º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741741 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 65 -
CMYK 0 0.80 0.44 0.55
HSL 332.9º 0.67% 0.27% -
HSV(B) 332.9º 0.8% 0.45% -
XYZ 8.46 4.71 5.46 -
YUV 55.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 116 23 65 0 0.80 0.44 0.55 332.9 0.67 0.27
Hex 74 17 41 0 50 2C 37 14D 43 1B
Octal 164 27 101 0 120 54 67 515 103 33
Binary 1110100 10111 1000001 0 1010000 101100 110111 101001101 1000011 11011

Color Harmonies of #741741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741741

Black with #741741

Text Example


Text Example

White with #741741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741741; }

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

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

background-color css

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

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

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

border-color css

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

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

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