Html Css Color HEX #721D4B Pompadour

📋 copy color: '#721D4B'

red 114 ◦ green 29 ◦ blue 75

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

Shades of Pompadour #721D4B

Tints of Pompadour #721D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

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

R = 52.29%
G = 13.3%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#721D4B (or 0x721D4B) is known color: Pompadour. HEX triplet: 72, 1D and 4B. RGB value is (114,29,75). Sum of RGB (Red+Green+Blue) = 114+29+75=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D4B is #8DE2B4. Grayscale: #3B3B3B. Windows color (decimal): -9298613 or 4922738. OLE color: 4922738.

HSL color Cylindrical-coordinate representation of color #721D4B: hue angle of 327.53º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D4B is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 75 -
CMYK 0 0.75 0.34 0.55
HSL 327.53º 0.59% 0.28% -
HSV(B) 327.53º 0.75% 0.45% -
XYZ 8.65 4.96 7.16 -
YUV 59.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 114 29 75 0 0.75 0.34 0.55 327.53 0.59 0.28
Hex 72 1D 4B 0 4B 22 37 148 3B 1C
Octal 162 35 113 0 113 42 67 510 73 34
Binary 1110010 11101 1001011 0 1001011 100010 110111 101001000 111011 11100

Color Harmonies of #721D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D4B

Black with #721D4B

Text Example


Text Example

White with #721D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721D4B; }

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

 H1.HeaderClassName
 {
   color: #721D4B;
 }
 .AnyTagClassName
 {
   color: #721D4B;
 }
</style>

background-color css

<style>
 a { background-color: #721D4B; }

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

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

border-color css

<style>
 span { border-color: #721D4B; }

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

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