Html Css Color HEX #741555 Pompadour

📋 copy color: '#741555'

red 116 ◦ green 21 ◦ blue 85

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

Shades of Pompadour #741555

Tints of Pompadour #741555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.29%

R = 52.25%
G = 9.46%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#741555 (or 0x741555) is known color: Pompadour. HEX triplet: 74, 15 and 55. RGB value is (116,21,85). Sum of RGB (Red+Green+Blue) = 116+21+85=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #741555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741555 is #8BEAAA. Grayscale: #383838. Windows color (decimal): -9169579 or 5576052. OLE color: 5576052.

HSL color Cylindrical-coordinate representation of color #741555: hue angle of 319.58º 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 #741555 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 21 85 -
CMYK 0 0.82 0.27 0.55
HSL 319.58º 0.69% 0.27% -
HSV(B) 319.58º 0.82% 0.45% -
XYZ 9.11 4.91 9.06 -
YUV 56.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 116 21 85 0 0.82 0.27 0.55 319.58 0.69 0.27
Hex 74 15 55 0 52 1B 37 140 45 1B
Octal 164 25 125 0 122 33 67 500 105 33
Binary 1110100 10101 1010101 0 1010010 11011 110111 101000000 1000101 11011

Color Harmonies of #741555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741555

Black with #741555

Text Example


Text Example

White with #741555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741555; }

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

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

background-color css

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

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

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

border-color css

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

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

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