Html Css Color HEX #741355 Pompadour

📋 copy color: '#741355'

red 116 ◦ green 19 ◦ blue 85

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

Shades of Pompadour #741355

Tints of Pompadour #741355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 52.73%
G = 8.64%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#741355 (or 0x741355) is known color: Pompadour. HEX triplet: 74, 13 and 55. RGB value is (116,19,85). Sum of RGB (Red+Green+Blue) = 116+19+85=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #741355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741355 is #8BECAA. Grayscale: #373737. Windows color (decimal): -9170091 or 5575540. OLE color: 5575540.

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

Color convert

RGB 116 19 85 -
CMYK 0 0.84 0.27 0.55
HSL 319.18º 0.72% 0.26% -
HSV(B) 319.18º 0.84% 0.45% -
XYZ 9.08 4.83 9.05 -
YUV 55.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 116 19 85 0 0.84 0.27 0.55 319.18 0.72 0.26
Hex 74 13 55 0 54 1B 37 13F 48 1A
Octal 164 23 125 0 124 33 67 477 110 32
Binary 1110100 10011 1010101 0 1010100 11011 110111 100111111 1001000 11010

Color Harmonies of #741355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741355

Black with #741355

Text Example


Text Example

White with #741355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741355; }

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

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

background-color css

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

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

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

border-color css

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

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

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