Html Css Color HEX #742051 Pompadour

📋 copy color: '#742051'

red 116 ◦ green 32 ◦ blue 81

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

Shades of Pompadour #742051

Tints of Pompadour #742051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

 BLUE value IS 81 (32.03% from 255) = 35.37%

R = 50.66%
G = 13.97%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#742051 (or 0x742051) is known color: Pompadour. HEX triplet: 74, 20 and 51. RGB value is (116,32,81). Sum of RGB (Red+Green+Blue) = 116+32+81=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #742051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742051 is #8BDFAE. Grayscale: #3E3E3E. Windows color (decimal): -9166767 or 5316724. OLE color: 5316724.

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

Color convert

RGB 116 32 81 -
CMYK 0 0.72 0.30 0.55
HSL 325º 0.57% 0.29% -
HSV(B) 325º 0.72% 0.45% -
XYZ 9.2 5.34 8.33 -
YUV 62.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 116 32 81 0 0.72 0.30 0.55 325 0.57 0.29
Hex 74 20 51 0 48 1E 37 145 39 1D
Octal 164 40 121 0 110 36 67 505 71 35
Binary 1110100 100000 1010001 0 1001000 11110 110111 101000101 111001 11101

Color Harmonies of #742051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742051

Black with #742051

Text Example


Text Example

White with #742051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742051; }

 p { color: rgb(116,32,81); }

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

background-color css

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

 a { background-color: rgb(116,32,81); }

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

border-color css

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

 span { border-color: rgb(116,32,81); }

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