Html Css Color HEX #741850 Pompadour

📋 copy color: '#741850'

red 116 ◦ green 24 ◦ blue 80

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

Shades of Pompadour #741850

Tints of Pompadour #741850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

 BLUE value IS 80 (31.64% from 255) = 36.36%

R = 52.73%
G = 10.91%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#741850 (or 0x741850) is known color: Pompadour. HEX triplet: 74, 18 and 50. RGB value is (116,24,80). Sum of RGB (Red+Green+Blue) = 116+24+80=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #741850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741850 is #8BE7AF. Grayscale: #393939. Windows color (decimal): -9168816 or 5249140. OLE color: 5249140.

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

Color convert

RGB 116 24 80 -
CMYK 0 0.79 0.31 0.55
HSL 323.48º 0.66% 0.27% -
HSV(B) 323.48º 0.79% 0.45% -
XYZ 8.98 4.95 8.07 -
YUV 57.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 116 24 80 0 0.79 0.31 0.55 323.48 0.66 0.27
Hex 74 18 50 0 4F 1F 37 143 42 1B
Octal 164 30 120 0 117 37 67 503 102 33
Binary 1110100 11000 1010000 0 1001111 11111 110111 101000011 1000010 11011

Color Harmonies of #741850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741850

Black with #741850

Text Example


Text Example

White with #741850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741850; }

 p { color: rgb(116,24,80); }

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

background-color css

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

 a { background-color: rgb(116,24,80); }

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

border-color css

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

 span { border-color: rgb(116,24,80); }

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