Html Css Color HEX #72234A Pompadour

📋 copy color: '#72234A'

red 114 ◦ green 35 ◦ blue 74

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

Shades of Pompadour #72234A

Tints of Pompadour #72234A

RGB

 RED value IS 114 (44.92% from 255) = 51.12%

 GREEN value IS 35 (14.06% from 255) = 15.7%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 51.12%
G = 15.7%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72234A (or 0x72234A) is known color: Pompadour. HEX triplet: 72, 23 and 4A. RGB value is (114,35,74). Sum of RGB (Red+Green+Blue) = 114+35+74=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72234A is #8DDCB5. Grayscale: #3E3E3E. Windows color (decimal): -9297078 or 4858738. OLE color: 4858738.

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

Color convert

RGB 114 35 74 -
CMYK 0 0.69 0.35 0.55
HSL 330.38º 0.53% 0.29% -
HSV(B) 330.38º 0.69% 0.45% -
XYZ 8.78 5.27 7.03 -
YUV 63.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 114 35 74 0 0.69 0.35 0.55 330.38 0.53 0.29
Hex 72 23 4A 0 45 23 37 14A 35 1D
Octal 162 43 112 0 105 43 67 512 65 35
Binary 1110010 100011 1001010 0 1000101 100011 110111 101001010 110101 11101

Color Harmonies of #72234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72234A

Black with #72234A

Text Example


Text Example

White with #72234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72234A; }

 p { color: rgb(114,35,74); }

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

background-color css

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

 a { background-color: rgb(114,35,74); }

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

border-color css

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

 span { border-color: rgb(114,35,74); }

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