Html Css Color HEX #72234D Pompadour

📋 copy color: '#72234D'

red 114 ◦ green 35 ◦ blue 77

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

Shades of Pompadour #72234D

Tints of Pompadour #72234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 50.44%
G = 15.49%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72234D (or 0x72234D) is known color: Pompadour. HEX triplet: 72, 23 and 4D. RGB value is (114,35,77). Sum of RGB (Red+Green+Blue) = 114+35+77=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72234D is #8DDCB2. Grayscale: #3F3F3F. Windows color (decimal): -9297075 or 5055346. OLE color: 5055346.

HSL color Cylindrical-coordinate representation of color #72234D: hue angle of 328.1º 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 #72234D is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 77 -
CMYK 0 0.69 0.32 0.55
HSL 328.1º 0.53% 0.29% -
HSV(B) 328.1º 0.69% 0.45% -
XYZ 8.88 5.32 7.58 -
YUV 63.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 114 35 77 0 0.69 0.32 0.55 328.1 0.53 0.29
Hex 72 23 4D 0 45 20 37 148 35 1D
Octal 162 43 115 0 105 40 67 510 65 35
Binary 1110010 100011 1001101 0 1000101 100000 110111 101001000 110101 11101

Color Harmonies of #72234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72234D

Black with #72234D

Text Example


Text Example

White with #72234D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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