Html Css Color HEX #721745 Pompadour

📋 copy color: '#721745'

red 114 ◦ green 23 ◦ blue 69

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

Shades of Pompadour #721745

Tints of Pompadour #721745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

 BLUE value IS 69 (27.34% from 255) = 33.5%

R = 55.34%
G = 11.17%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#721745 (or 0x721745) is known color: Pompadour. HEX triplet: 72, 17 and 45. RGB value is (114,23,69). Sum of RGB (Red+Green+Blue) = 114+23+69=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #721745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721745 is #8DE8BA. Grayscale: #373737. Windows color (decimal): -9300155 or 4527986. OLE color: 4527986.

HSL color Cylindrical-coordinate representation of color #721745: hue angle of 329.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721745 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 69 -
CMYK 0 0.80 0.39 0.55
HSL 329.67º 0.66% 0.27% -
HSV(B) 329.67º 0.8% 0.45% -
XYZ 8.32 4.62 6.08 -
YUV 55.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 114 23 69 0 0.80 0.39 0.55 329.67 0.66 0.27
Hex 72 17 45 0 50 27 37 14A 42 1B
Octal 162 27 105 0 120 47 67 512 102 33
Binary 1110010 10111 1000101 0 1010000 100111 110111 101001010 1000010 11011

Color Harmonies of #721745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721745

Black with #721745

Text Example


Text Example

White with #721745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721745; }

 p { color: rgb(114,23,69); }

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

background-color css

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

 a { background-color: rgb(114,23,69); }

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

border-color css

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

 span { border-color: rgb(114,23,69); }

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