Html Css Color HEX #721D41 Pompadour

📋 copy color: '#721D41'

red 114 ◦ green 29 ◦ blue 65

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

Shades of Pompadour #721D41

Tints of Pompadour #721D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.94%

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

R = 54.81%
G = 13.94%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#721D41 (or 0x721D41) is known color: Pompadour. HEX triplet: 72, 1D and 41. RGB value is (114,29,65). Sum of RGB (Red+Green+Blue) = 114+29+65=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #721D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D41 is #8DE2BE. Grayscale: #3A3A3A. Windows color (decimal): -9298623 or 4267378. OLE color: 4267378.

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

Color convert

RGB 114 29 65 -
CMYK 0 0.75 0.43 0.55
HSL 334.59º 0.59% 0.28% -
HSV(B) 334.59º 0.75% 0.45% -
XYZ 8.33 4.84 5.5 -
YUV 58.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 114 29 65 0 0.75 0.43 0.55 334.59 0.59 0.28
Hex 72 1D 41 0 4B 2B 37 14F 3B 1C
Octal 162 35 101 0 113 53 67 517 73 34
Binary 1110010 11101 1000001 0 1001011 101011 110111 101001111 111011 11100

Color Harmonies of #721D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D41

Black with #721D41

Text Example


Text Example

White with #721D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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