Html Css Color HEX #742253 Pompadour

📋 copy color: '#742253'

red 116 ◦ green 34 ◦ blue 83

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

Shades of Pompadour #742253

Tints of Pompadour #742253

RGB

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

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

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

R = 49.79%
G = 14.59%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#742253 (or 0x742253) is known color: Pompadour. HEX triplet: 74, 22 and 53. RGB value is (116,34,83). Sum of RGB (Red+Green+Blue) = 116+34+83=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #742253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742253 is #8BDDAC. Grayscale: #3F3F3F. Windows color (decimal): -9166253 or 5448308. OLE color: 5448308.

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

Color convert

RGB 116 34 83 -
CMYK 0 0.71 0.28 0.55
HSL 324.15º 0.55% 0.29% -
HSV(B) 324.15º 0.71% 0.45% -
XYZ 9.34 5.48 8.75 -
YUV 64.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 116 34 83 0 0.71 0.28 0.55 324.15 0.55 0.29
Hex 74 22 53 0 47 1C 37 144 37 1D
Octal 164 42 123 0 107 34 67 504 67 35
Binary 1110100 100010 1010011 0 1000111 11100 110111 101000100 110111 11101

Color Harmonies of #742253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742253

Black with #742253

Text Example


Text Example

White with #742253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742253; }

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

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

background-color css

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

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

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

border-color css

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

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

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