Html Css Color HEX #72153F Pompadour

📋 copy color: '#72153F'

red 114 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #72153F

Tints of Pompadour #72153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

 BLUE value IS 63 (25% from 255) = 31.82%

R = 57.58%
G = 10.61%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72153F (or 0x72153F) is known color: Pompadour. HEX triplet: 72, 15 and 3F. RGB value is (114,21,63). Sum of RGB (Red+Green+Blue) = 114+21+63=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72153F is #8DEAC0. Grayscale: #353535. Windows color (decimal): -9300673 or 4134258. OLE color: 4134258.

HSL color Cylindrical-coordinate representation of color #72153F: hue angle of 332.9º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72153F is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 63 -
CMYK 0 0.82 0.45 0.55
HSL 332.9º 0.69% 0.26% -
HSV(B) 332.9º 0.82% 0.45% -
XYZ 8.1 4.47 5.14 -
YUV 53.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 114 21 63 0 0.82 0.45 0.55 332.9 0.69 0.26
Hex 72 15 3F 0 52 2D 37 14D 45 1A
Octal 162 25 77 0 122 55 67 515 105 32
Binary 1110010 10101 111111 0 1010010 101101 110111 101001101 1000101 11010

Color Harmonies of #72153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72153F

Black with #72153F

Text Example


Text Example

White with #72153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,21,63); }

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

background-color css

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

 a { background-color: rgb(114,21,63); }

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

border-color css

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

 span { border-color: rgb(114,21,63); }

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