Html Css Color HEX #721543 Pompadour

📋 copy color: '#721543'

red 114 ◦ green 21 ◦ blue 67

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

Shades of Pompadour #721543

Tints of Pompadour #721543

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 56.44%
G = 10.4%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#721543 (or 0x721543) is known color: Pompadour. HEX triplet: 72, 15 and 43. RGB value is (114,21,67). Sum of RGB (Red+Green+Blue) = 114+21+67=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #721543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721543 is #8DEABC. Grayscale: #353535. Windows color (decimal): -9300669 or 4396402. OLE color: 4396402.

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

Color convert

RGB 114 21 67 -
CMYK 0 0.82 0.41 0.55
HSL 330.32º 0.69% 0.26% -
HSV(B) 330.32º 0.82% 0.45% -
XYZ 8.22 4.52 5.75 -
YUV 54.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 114 21 67 0 0.82 0.41 0.55 330.32 0.69 0.26
Hex 72 15 43 0 52 29 37 14A 45 1A
Octal 162 25 103 0 122 51 67 512 105 32
Binary 1110010 10101 1000011 0 1010010 101001 110111 101001010 1000101 11010

Color Harmonies of #721543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721543

Black with #721543

Text Example


Text Example

White with #721543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721543; }

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

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

background-color css

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

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

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

border-color css

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

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

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