Html Css Color HEX #741556 Pompadour

📋 copy color: '#741556'

red 116 ◦ green 21 ◦ blue 86

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

Shades of Pompadour #741556

Tints of Pompadour #741556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.42%

 BLUE value IS 86 (33.98% from 255) = 38.57%

R = 52.02%
G = 9.42%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#741556 (or 0x741556) is known color: Pompadour. HEX triplet: 74, 15 and 56. RGB value is (116,21,86). Sum of RGB (Red+Green+Blue) = 116+21+86=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #741556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741556 is #8BEAA9. Grayscale: #383838. Windows color (decimal): -9169578 or 5641588. OLE color: 5641588.

HSL color Cylindrical-coordinate representation of color #741556: hue angle of 318.95º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741556 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 86 -
CMYK 0 0.82 0.26 0.55
HSL 318.95º 0.69% 0.27% -
HSV(B) 318.95º 0.82% 0.45% -
XYZ 9.15 4.92 9.27 -
YUV 56.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 116 21 86 0 0.82 0.26 0.55 318.95 0.69 0.27
Hex 74 15 56 0 52 1A 37 13F 45 1B
Octal 164 25 126 0 122 32 67 477 105 33
Binary 1110100 10101 1010110 0 1010010 11010 110111 100111111 1000101 11011

Color Harmonies of #741556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741556

Black with #741556

Text Example


Text Example

White with #741556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741556; }

 p { color: rgb(116,21,86); }

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

background-color css

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

 a { background-color: rgb(116,21,86); }

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

border-color css

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

 span { border-color: rgb(116,21,86); }

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