Html Css Color HEX #721341 Pompadour

📋 copy color: '#721341'

red 114 ◦ green 19 ◦ blue 65

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

Shades of Pompadour #721341

Tints of Pompadour #721341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.6%

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

R = 57.58%
G = 9.6%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#721341 (or 0x721341) is known color: Pompadour. HEX triplet: 72, 13 and 41. RGB value is (114,19,65). Sum of RGB (Red+Green+Blue) = 114+19+65=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #721341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721341 is #8DECBE. Grayscale: #343434. Windows color (decimal): -9301183 or 4264818. OLE color: 4264818.

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

Color convert

RGB 114 19 65 -
CMYK 0 0.83 0.43 0.55
HSL 330.95º 0.71% 0.26% -
HSV(B) 330.95º 0.83% 0.45% -
XYZ 8.13 4.42 5.43 -
YUV 52.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 114 19 65 0 0.83 0.43 0.55 330.95 0.71 0.26
Hex 72 13 41 0 53 2B 37 14B 47 1A
Octal 162 23 101 0 123 53 67 513 107 32
Binary 1110010 10011 1000001 0 1010011 101011 110111 101001011 1000111 11010

Color Harmonies of #721341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721341

Black with #721341

Text Example


Text Example

White with #721341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721341; }

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

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

background-color css

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

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

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

border-color css

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

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

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