Html Css Color HEX #72234F Pompadour

📋 copy color: '#72234F'

red 114 ◦ green 35 ◦ blue 79

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

Shades of Pompadour #72234F

Tints of Pompadour #72234F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.65%

R = 50%
G = 15.35%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#72234F (or 0x72234F) is known color: Pompadour. HEX triplet: 72, 23 and 4F. RGB value is (114,35,79). Sum of RGB (Red+Green+Blue) = 114+35+79=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72234F is #8DDCB0. Grayscale: #3F3F3F. Windows color (decimal): -9297073 or 5186418. OLE color: 5186418.

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

Color convert

RGB 114 35 79 -
CMYK 0 0.69 0.31 0.55
HSL 326.58º 0.53% 0.29% -
HSV(B) 326.58º 0.69% 0.45% -
XYZ 8.95 5.34 7.96 -
YUV 63.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 114 35 79 0 0.69 0.31 0.55 326.58 0.53 0.29
Hex 72 23 4F 0 45 1F 37 147 35 1D
Octal 162 43 117 0 105 37 67 507 65 35
Binary 1110010 100011 1001111 0 1000101 11111 110111 101000111 110101 11101

Color Harmonies of #72234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72234F

Black with #72234F

Text Example


Text Example

White with #72234F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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