Html Css Color HEX #741255 Pompadour

📋 copy color: '#741255'

red 116 ◦ green 18 ◦ blue 85

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

Shades of Pompadour #741255

Tints of Pompadour #741255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 52.97%
G = 8.22%
B = 38.81%

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

#741255 (or 0x741255) is known color: Pompadour. HEX triplet: 74, 12 and 55. RGB value is (116,18,85). Sum of RGB (Red+Green+Blue) = 116+18+85=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #741255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741255 is #8BEDAA. Grayscale: #363636. Windows color (decimal): -9170347 or 5575284. OLE color: 5575284.

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

Color convert

RGB 116 18 85 -
CMYK 0 0.84 0.27 0.55
HSL 318.98º 0.73% 0.26% -
HSV(B) 318.98º 0.84% 0.45% -
XYZ 9.06 4.8 9.04 -
YUV 54.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 116 18 85 0 0.84 0.27 0.55 318.98 0.73 0.26
Hex 74 12 55 0 54 1B 37 13F 49 1A
Octal 164 22 125 0 124 33 67 477 111 32
Binary 1110100 10010 1010101 0 1010100 11011 110111 100111111 1001001 11010

Color Harmonies of #741255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741255

Black with #741255

Text Example


Text Example

White with #741255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741255; }

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

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

background-color css

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

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

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

border-color css

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

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

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