Html Css Color HEX #721640 Pompadour

📋 copy color: '#721640'

red 114 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #721640

Tints of Pompadour #721640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

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

R = 57%
G = 11%
B = 32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#721640 (or 0x721640) is known color: Pompadour. HEX triplet: 72, 16 and 40. RGB value is (114,22,64). Sum of RGB (Red+Green+Blue) = 114+22+64=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #721640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721640 is #8DE9BF. Grayscale: #363636. Windows color (decimal): -9300416 or 4200050. OLE color: 4200050.

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

Color convert

RGB 114 22 64 -
CMYK 0 0.81 0.44 0.55
HSL 332.61º 0.68% 0.27% -
HSV(B) 332.61º 0.81% 0.45% -
XYZ 8.15 4.52 5.29 -
YUV 54.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 114 22 64 0 0.81 0.44 0.55 332.61 0.68 0.27
Hex 72 16 40 0 51 2C 37 14D 44 1B
Octal 162 26 100 0 121 54 67 515 104 33
Binary 1110010 10110 1000000 0 1010001 101100 110111 101001101 1000100 11011

Color Harmonies of #721640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721640

Black with #721640

Text Example


Text Example

White with #721640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721640; }

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

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

background-color css

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

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

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

border-color css

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

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

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