Html Css Color HEX #721E3D Pompadour

📋 copy color: '#721E3D'

red 114 ◦ green 30 ◦ blue 61

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

Shades of Pompadour #721E3D

Tints of Pompadour #721E3D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.63%

 BLUE value IS 61 (24.22% from 255) = 29.76%

R = 55.61%
G = 14.63%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#721E3D (or 0x721E3D) is known color: Pompadour. HEX triplet: 72, 1E and 3D. RGB value is (114,30,61). Sum of RGB (Red+Green+Blue) = 114+30+61=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #721E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E3D is #8DE1C2. Grayscale: #3A3A3A. Windows color (decimal): -9298371 or 4005490. OLE color: 4005490.

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

Color convert

RGB 114 30 61 -
CMYK 0 0.74 0.46 0.55
HSL 337.86º 0.58% 0.28% -
HSV(B) 337.86º 0.74% 0.45% -
XYZ 8.25 4.84 4.92 -
YUV 58.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 114 30 61 0 0.74 0.46 0.55 337.86 0.58 0.28
Hex 72 1E 3D 0 4A 2E 37 152 3A 1C
Octal 162 36 75 0 112 56 67 522 72 34
Binary 1110010 11110 111101 0 1001010 101110 110111 101010010 111010 11100

Color Harmonies of #721E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E3D

Black with #721E3D

Text Example


Text Example

White with #721E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,30,61); }

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

background-color css

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

 a { background-color: rgb(114,30,61); }

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

border-color css

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

 span { border-color: rgb(114,30,61); }

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