Html Css Color HEX #72134B Pompadour

📋 copy color: '#72134B'

red 114 ◦ green 19 ◦ blue 75

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

Shades of Pompadour #72134B

Tints of Pompadour #72134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.13%

 BLUE value IS 75 (29.69% from 255) = 36.06%

R = 54.81%
G = 9.13%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72134B (or 0x72134B) is known color: Pompadour. HEX triplet: 72, 13 and 4B. RGB value is (114,19,75). Sum of RGB (Red+Green+Blue) = 114+19+75=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72134B is #8DECB4. Grayscale: #353535. Windows color (decimal): -9301173 or 4920178. OLE color: 4920178.

HSL color Cylindrical-coordinate representation of color #72134B: hue angle of 324.63º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72134B is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 19 75 -
CMYK 0 0.83 0.34 0.55
HSL 324.63º 0.71% 0.26% -
HSV(B) 324.63º 0.83% 0.45% -
XYZ 8.44 4.55 7.09 -
YUV 53.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 114 19 75 0 0.83 0.34 0.55 324.63 0.71 0.26
Hex 72 13 4B 0 53 22 37 145 47 1A
Octal 162 23 113 0 123 42 67 505 107 32
Binary 1110010 10011 1001011 0 1010011 100010 110111 101000101 1000111 11010

Color Harmonies of #72134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72134B

Black with #72134B

Text Example


Text Example

White with #72134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72134B; }

 p { color: rgb(114,19,75); }

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

background-color css

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

 a { background-color: rgb(114,19,75); }

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

border-color css

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

 span { border-color: rgb(114,19,75); }

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