Html Css Color HEX #712349 Pompadour

📋 copy color: '#712349'

red 113 ◦ green 35 ◦ blue 73

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

Shades of Pompadour #712349

Tints of Pompadour #712349

RGB

 RED value IS 113 (44.53% from 255) = 51.13%

 GREEN value IS 35 (14.06% from 255) = 15.84%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 51.13%
G = 15.84%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#712349 (or 0x712349) is known color: Pompadour. HEX triplet: 71, 23 and 49. RGB value is (113,35,73). Sum of RGB (Red+Green+Blue) = 113+35+73=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #712349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712349 is #8EDCB6. Grayscale: #3E3E3E. Windows color (decimal): -9362615 or 4793201. OLE color: 4793201.

HSL color Cylindrical-coordinate representation of color #712349: hue angle of 330.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712349 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 73 -
CMYK 0 0.69 0.35 0.56
HSL 330.77º 0.53% 0.29% -
HSV(B) 330.77º 0.69% 0.44% -
XYZ 8.61 5.19 6.85 -
YUV 62.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 113 35 73 0 0.69 0.35 0.56 330.77 0.53 0.29
Hex 71 23 49 0 45 23 38 14B 35 1D
Octal 161 43 111 0 105 43 70 513 65 35
Binary 1110001 100011 1001001 0 1000101 100011 111000 101001011 110101 11101

Color Harmonies of #712349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712349

Black with #712349

Text Example


Text Example

White with #712349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712349; }

 p { color: rgb(113,35,73); }

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

background-color css

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

 a { background-color: rgb(113,35,73); }

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

border-color css

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

 span { border-color: rgb(113,35,73); }

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