Html Css Color HEX #721043 Pompadour

📋 copy color: '#721043'

red 114 ◦ green 16 ◦ blue 67

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

Shades of Pompadour #721043

Tints of Pompadour #721043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 67 (26.56% from 255) = 34.01%

R = 57.87%
G = 8.12%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#721043 (or 0x721043) is known color: Pompadour. HEX triplet: 72, 10 and 43. RGB value is (114,16,67). Sum of RGB (Red+Green+Blue) = 114+16+67=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #721043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721043 is #8DEFBC. Grayscale: #333333. Windows color (decimal): -9301949 or 4395122. OLE color: 4395122.

HSL color Cylindrical-coordinate representation of color #721043: hue angle of 328.78º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721043 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 67 -
CMYK 0 0.86 0.41 0.55
HSL 328.78º 0.75% 0.25% -
HSV(B) 328.78º 0.86% 0.45% -
XYZ 8.14 4.35 5.72 -
YUV 51.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 114 16 67 0 0.86 0.41 0.55 328.78 0.75 0.25
Hex 72 10 43 0 56 29 37 149 4B 19
Octal 162 20 103 0 126 51 67 511 113 31
Binary 1110010 10000 1000011 0 1010110 101001 110111 101001001 1001011 11001

Color Harmonies of #721043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721043

Black with #721043

Text Example


Text Example

White with #721043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721043; }

 p { color: rgb(114,16,67); }

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

background-color css

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

 a { background-color: rgb(114,16,67); }

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

border-color css

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

 span { border-color: rgb(114,16,67); }

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