Html Css Color HEX #721643 Pompadour

📋 copy color: '#721643'

red 114 ◦ green 22 ◦ blue 67

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

Shades of Pompadour #721643

Tints of Pompadour #721643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

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

R = 56.16%
G = 10.84%
B = 33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#721643 (or 0x721643) is known color: Pompadour. HEX triplet: 72, 16 and 43. RGB value is (114,22,67). Sum of RGB (Red+Green+Blue) = 114+22+67=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #721643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721643 is #8DE9BC. Grayscale: #363636. Windows color (decimal): -9300413 or 4396658. OLE color: 4396658.

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

Color convert

RGB 114 22 67 -
CMYK 0 0.81 0.41 0.55
HSL 330.65º 0.68% 0.27% -
HSV(B) 330.65º 0.81% 0.45% -
XYZ 8.24 4.56 5.76 -
YUV 54.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 114 22 67 0 0.81 0.41 0.55 330.65 0.68 0.27
Hex 72 16 43 0 51 29 37 14B 44 1B
Octal 162 26 103 0 121 51 67 513 104 33
Binary 1110010 10110 1000011 0 1010001 101001 110111 101001011 1000100 11011

Color Harmonies of #721643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721643

Black with #721643

Text Example


Text Example

White with #721643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721643; }

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

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

background-color css

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

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

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

border-color css

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

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

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