Html Css Color HEX #72194B Pompadour

📋 copy color: '#72194B'

red 114 ◦ green 25 ◦ blue 75

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

Shades of Pompadour #72194B

Tints of Pompadour #72194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

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

R = 53.27%
G = 11.68%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72194B (or 0x72194B) is known color: Pompadour. HEX triplet: 72, 19 and 4B. RGB value is (114,25,75). Sum of RGB (Red+Green+Blue) = 114+25+75=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72194B is #8DE6B4. Grayscale: #393939. Windows color (decimal): -9299637 or 4921714. OLE color: 4921714.

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

Color convert

RGB 114 25 75 -
CMYK 0 0.78 0.34 0.55
HSL 326.29º 0.64% 0.27% -
HSV(B) 326.29º 0.78% 0.45% -
XYZ 8.56 4.78 7.13 -
YUV 57.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 114 25 75 0 0.78 0.34 0.55 326.29 0.64 0.27
Hex 72 19 4B 0 4E 22 37 146 40 1B
Octal 162 31 113 0 116 42 67 506 100 33
Binary 1110010 11001 1001011 0 1001110 100010 110111 101000110 1000000 11011

Color Harmonies of #72194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72194B

Black with #72194B

Text Example


Text Example

White with #72194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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