Html Css Color HEX #721655 Pompadour

📋 copy color: '#721655'

red 114 ◦ green 22 ◦ blue 85

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

Shades of Pompadour #721655

Tints of Pompadour #721655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 51.58%
G = 9.95%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#721655 (or 0x721655) is known color: Pompadour. HEX triplet: 72, 16 and 55. RGB value is (114,22,85). Sum of RGB (Red+Green+Blue) = 114+22+85=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #721655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721655 is #8DE9AA. Grayscale: #383838. Windows color (decimal): -9300395 or 5576306. OLE color: 5576306.

HSL color Cylindrical-coordinate representation of color #721655: hue angle of 318.91º 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 #721655 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 22 85 -
CMYK 0 0.81 0.25 0.55
HSL 318.91º 0.68% 0.27% -
HSV(B) 318.91º 0.81% 0.45% -
XYZ 8.87 4.81 9.05 -
YUV 56.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 114 22 85 0 0.81 0.25 0.55 318.91 0.68 0.27
Hex 72 16 55 0 51 19 37 13F 44 1B
Octal 162 26 125 0 121 31 67 477 104 33
Binary 1110010 10110 1010101 0 1010001 11001 110111 100111111 1000100 11011

Color Harmonies of #721655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721655

Black with #721655

Text Example


Text Example

White with #721655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721655; }

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

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

background-color css

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

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

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

border-color css

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

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

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