Html Css Color HEX #721041 Pompadour

📋 copy color: '#721041'

red 114 ◦ green 16 ◦ blue 65

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

Shades of Pompadour #721041

Tints of Pompadour #721041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

 BLUE value IS 65 (25.78% from 255) = 33.33%

R = 58.46%
G = 8.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#721041 (or 0x721041) is known color: Pompadour. HEX triplet: 72, 10 and 41. RGB value is (114,16,65). Sum of RGB (Red+Green+Blue) = 114+16+65=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #721041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721041 is #8DEFBE. Grayscale: #323232. Windows color (decimal): -9301951 or 4264050. OLE color: 4264050.

HSL color Cylindrical-coordinate representation of color #721041: hue angle of 330º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721041 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 16 65 -
CMYK 0 0.86 0.43 0.55
HSL 330º 0.75% 0.25% -
HSV(B) 330º 0.86% 0.45% -
XYZ 8.08 4.33 5.41 -
YUV 50.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 114 16 65 0 0.86 0.43 0.55 330 0.75 0.25
Hex 72 10 41 0 56 2B 37 14A 4B 19
Octal 162 20 101 0 126 53 67 512 113 31
Binary 1110010 10000 1000001 0 1010110 101011 110111 101001010 1001011 11001

Color Harmonies of #721041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721041

Black with #721041

Text Example


Text Example

White with #721041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721041; }

 p { color: rgb(114,16,65); }

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

background-color css

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

 a { background-color: rgb(114,16,65); }

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

border-color css

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

 span { border-color: rgb(114,16,65); }

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