Html Css Color HEX #721B40 Pompadour

📋 copy color: '#721B40'

red 114 ◦ green 27 ◦ blue 64

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

Shades of Pompadour #721B40

Tints of Pompadour #721B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.22%

R = 55.61%
G = 13.17%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#721B40 (or 0x721B40) is known color: Pompadour. HEX triplet: 72, 1B and 40. RGB value is (114,27,64). Sum of RGB (Red+Green+Blue) = 114+27+64=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #721B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721B40 is #8DE4BF. Grayscale: #393939. Windows color (decimal): -9299136 or 4201330. OLE color: 4201330.

HSL color Cylindrical-coordinate representation of color #721B40: hue angle of 334.48º 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 #721B40 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 27 64 -
CMYK 0 0.76 0.44 0.55
HSL 334.48º 0.62% 0.28% -
HSV(B) 334.48º 0.76% 0.45% -
XYZ 8.26 4.73 5.33 -
YUV 57.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 114 27 64 0 0.76 0.44 0.55 334.48 0.62 0.28
Hex 72 1B 40 0 4C 2C 37 14E 3E 1C
Octal 162 33 100 0 114 54 67 516 76 34
Binary 1110010 11011 1000000 0 1001100 101100 110111 101001110 111110 11100

Color Harmonies of #721B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B40

Black with #721B40

Text Example


Text Example

White with #721B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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