Html Css Color HEX #741055 Pompadour

📋 copy color: '#741055'

red 116 ◦ green 16 ◦ blue 85

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

Shades of Pompadour #741055

Tints of Pompadour #741055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 53.46%
G = 7.37%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#741055 (or 0x741055) is known color: Pompadour. HEX triplet: 74, 10 and 55. RGB value is (116,16,85). Sum of RGB (Red+Green+Blue) = 116+16+85=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #741055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741055 is #8BEFAA. Grayscale: #353535. Windows color (decimal): -9170859 or 5574772. OLE color: 5574772.

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

Color convert

RGB 116 16 85 -
CMYK 0 0.86 0.27 0.55
HSL 318.6º 0.76% 0.26% -
HSV(B) 318.6º 0.86% 0.45% -
XYZ 9.03 4.74 9.03 -
YUV 53.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 116 16 85 0 0.86 0.27 0.55 318.6 0.76 0.26
Hex 74 10 55 0 56 1B 37 13F 4C 1A
Octal 164 20 125 0 126 33 67 477 114 32
Binary 1110100 10000 1010101 0 1010110 11011 110111 100111111 1001100 11010

Color Harmonies of #741055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741055

Black with #741055

Text Example


Text Example

White with #741055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741055; }

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

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

background-color css

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

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

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

border-color css

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

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

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