Html Css Color HEX #72254B Pompadour

📋 copy color: '#72254B'

red 114 ◦ green 37 ◦ blue 75

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

Shades of Pompadour #72254B

Tints of Pompadour #72254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

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

R = 50.44%
G = 16.37%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72254B (or 0x72254B) is known color: Pompadour. HEX triplet: 72, 25 and 4B. RGB value is (114,37,75). Sum of RGB (Red+Green+Blue) = 114+37+75=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72254B is #8DDAB4. Grayscale: #404040. Windows color (decimal): -9296565 or 4924786. OLE color: 4924786.

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

Color convert

RGB 114 37 75 -
CMYK 0 0.68 0.34 0.55
HSL 330.39º 0.51% 0.3% -
HSV(B) 330.39º 0.68% 0.45% -
XYZ 8.87 5.41 7.23 -
YUV 64.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 114 37 75 0 0.68 0.34 0.55 330.39 0.51 0.3
Hex 72 25 4B 0 44 22 37 14A 33 1E
Octal 162 45 113 0 104 42 67 512 63 36
Binary 1110010 100101 1001011 0 1000100 100010 110111 101001010 110011 11110

Color Harmonies of #72254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72254B

Black with #72254B

Text Example


Text Example

White with #72254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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