Html Css Color HEX #721245 Pompadour

📋 copy color: '#721245'

red 114 ◦ green 18 ◦ blue 69

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

Shades of Pompadour #721245

Tints of Pompadour #721245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

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

R = 56.72%
G = 8.96%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#721245 (or 0x721245) is known color: Pompadour. HEX triplet: 72, 12 and 45. RGB value is (114,18,69). Sum of RGB (Red+Green+Blue) = 114+18+69=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #721245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721245 is #8DEDBA. Grayscale: #343434. Windows color (decimal): -9301435 or 4526706. OLE color: 4526706.

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

Color convert

RGB 114 18 69 -
CMYK 0 0.84 0.39 0.55
HSL 328.13º 0.73% 0.26% -
HSV(B) 328.13º 0.84% 0.45% -
XYZ 8.23 4.44 6.05 -
YUV 52.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 114 18 69 0 0.84 0.39 0.55 328.13 0.73 0.26
Hex 72 12 45 0 54 27 37 148 49 1A
Octal 162 22 105 0 124 47 67 510 111 32
Binary 1110010 10010 1000101 0 1010100 100111 110111 101001000 1001001 11010

Color Harmonies of #721245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721245

Black with #721245

Text Example


Text Example

White with #721245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721245; }

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

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

background-color css

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

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

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

border-color css

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

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

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