Html Css Color HEX #742153 Pompadour

📋 copy color: '#742153'

red 116 ◦ green 33 ◦ blue 83

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

Shades of Pompadour #742153

Tints of Pompadour #742153

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 50%
G = 14.22%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#742153 (or 0x742153) is known color: Pompadour. HEX triplet: 74, 21 and 53. RGB value is (116,33,83). Sum of RGB (Red+Green+Blue) = 116+33+83=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #742153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742153 is #8BDEAC. Grayscale: #3F3F3F. Windows color (decimal): -9166509 or 5448052. OLE color: 5448052.

HSL color Cylindrical-coordinate representation of color #742153: hue angle of 323.86º degrees, saturation: 0.56, 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 #742153 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 33 83 -
CMYK 0 0.72 0.28 0.55
HSL 323.86º 0.56% 0.29% -
HSV(B) 323.86º 0.72% 0.45% -
XYZ 9.31 5.43 8.74 -
YUV 63.52 139 165.43 -
System Red Green Blue C M Y K H S L
Decimal 116 33 83 0 0.72 0.28 0.55 323.86 0.56 0.29
Hex 74 21 53 0 48 1C 37 144 38 1D
Octal 164 41 123 0 110 34 67 504 70 35
Binary 1110100 100001 1010011 0 1001000 11100 110111 101000100 111000 11101

Color Harmonies of #742153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742153

Black with #742153

Text Example


Text Example

White with #742153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742153; }

 p { color: rgb(116,33,83); }

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

background-color css

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

 a { background-color: rgb(116,33,83); }

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

border-color css

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

 span { border-color: rgb(116,33,83); }

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