Html Css Color HEX #721945 Pompadour

📋 copy color: '#721945'

red 114 ◦ green 25 ◦ blue 69

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

Shades of Pompadour #721945

Tints of Pompadour #721945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

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

R = 54.81%
G = 12.02%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#721945 (or 0x721945) is known color: Pompadour. HEX triplet: 72, 19 and 45. RGB value is (114,25,69). Sum of RGB (Red+Green+Blue) = 114+25+69=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #721945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721945 is #8DE6BA. Grayscale: #383838. Windows color (decimal): -9299643 or 4528498. OLE color: 4528498.

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

Color convert

RGB 114 25 69 -
CMYK 0 0.78 0.39 0.55
HSL 330.34º 0.64% 0.27% -
HSV(B) 330.34º 0.78% 0.45% -
XYZ 8.36 4.7 6.1 -
YUV 56.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 114 25 69 0 0.78 0.39 0.55 330.34 0.64 0.27
Hex 72 19 45 0 4E 27 37 14A 40 1B
Octal 162 31 105 0 116 47 67 512 100 33
Binary 1110010 11001 1000101 0 1001110 100111 110111 101001010 1000000 11011

Color Harmonies of #721945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721945

Black with #721945

Text Example


Text Example

White with #721945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721945; }

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

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

background-color css

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

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

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

border-color css

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

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

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