Html Css Color HEX #721A46 Pompadour

📋 copy color: '#721A46'

red 114 ◦ green 26 ◦ blue 70

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

Shades of Pompadour #721A46

Tints of Pompadour #721A46

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.38%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 54.29%
G = 12.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#721A46 (or 0x721A46) is known color: Pompadour. HEX triplet: 72, 1A and 46. RGB value is (114,26,70). Sum of RGB (Red+Green+Blue) = 114+26+70=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #721A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A46 is #8DE5B9. Grayscale: #393939. Windows color (decimal): -9299386 or 4594290. OLE color: 4594290.

HSL color Cylindrical-coordinate representation of color #721A46: hue angle of 330º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A46 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 26 70 -
CMYK 0 0.77 0.39 0.55
HSL 330º 0.63% 0.27% -
HSV(B) 330º 0.77% 0.45% -
XYZ 8.41 4.76 6.27 -
YUV 57.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 114 26 70 0 0.77 0.39 0.55 330 0.63 0.27
Hex 72 1A 46 0 4D 27 37 14A 3F 1B
Octal 162 32 106 0 115 47 67 512 77 33
Binary 1110010 11010 1000110 0 1001101 100111 110111 101001010 111111 11011

Color Harmonies of #721A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A46

Black with #721A46

Text Example


Text Example

White with #721A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,26,70); }

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

background-color css

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

 a { background-color: rgb(114,26,70); }

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

border-color css

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

 span { border-color: rgb(114,26,70); }

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