Html Css Color HEX #742250 Pompadour

📋 copy color: '#742250'

red 116 ◦ green 34 ◦ blue 80

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

Shades of Pompadour #742250

Tints of Pompadour #742250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.78%

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

R = 50.43%
G = 14.78%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#742250 (or 0x742250) is known color: Pompadour. HEX triplet: 74, 22 and 50. RGB value is (116,34,80). Sum of RGB (Red+Green+Blue) = 116+34+80=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #742250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742250 is #8BDDAF. Grayscale: #3F3F3F. Windows color (decimal): -9166256 or 5251700. OLE color: 5251700.

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

Color convert

RGB 116 34 80 -
CMYK 0 0.71 0.31 0.55
HSL 326.34º 0.55% 0.29% -
HSV(B) 326.34º 0.71% 0.45% -
XYZ 9.22 5.44 8.15 -
YUV 63.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 116 34 80 0 0.71 0.31 0.55 326.34 0.55 0.29
Hex 74 22 50 0 47 1F 37 146 37 1D
Octal 164 42 120 0 107 37 67 506 67 35
Binary 1110100 100010 1010000 0 1000111 11111 110111 101000110 110111 11101

Color Harmonies of #742250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742250

Black with #742250

Text Example


Text Example

White with #742250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742250; }

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

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

background-color css

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

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

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

border-color css

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

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

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