Html Css Color HEX #721B45 Pompadour

📋 copy color: '#721B45'

red 114 ◦ green 27 ◦ blue 69

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

Shades of Pompadour #721B45

Tints of Pompadour #721B45

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.86%

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

R = 54.29%
G = 12.86%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#721B45 (or 0x721B45) is known color: Pompadour. HEX triplet: 72, 1B and 45. RGB value is (114,27,69). Sum of RGB (Red+Green+Blue) = 114+27+69=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #721B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B45 is #8DE4BA. Grayscale: #393939. Windows color (decimal): -9299131 or 4529010. OLE color: 4529010.

HSL color Cylindrical-coordinate representation of color #721B45: hue angle of 331.03º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B45 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 27 69 -
CMYK 0 0.76 0.39 0.55
HSL 331.03º 0.62% 0.28% -
HSV(B) 331.03º 0.76% 0.45% -
XYZ 8.41 4.79 6.11 -
YUV 57.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 114 27 69 0 0.76 0.39 0.55 331.03 0.62 0.28
Hex 72 1B 45 0 4C 27 37 14B 3E 1C
Octal 162 33 105 0 114 47 67 513 76 34
Binary 1110010 11011 1000101 0 1001100 100111 110111 101001011 111110 11100

Color Harmonies of #721B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B45

Black with #721B45

Text Example


Text Example

White with #721B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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