Html Css Color HEX #712346 Pompadour

📋 copy color: '#712346'

red 113 ◦ green 35 ◦ blue 70

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

Shades of Pompadour #712346

Tints of Pompadour #712346

RGB

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

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

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

R = 51.83%
G = 16.06%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#712346 (or 0x712346) is known color: Pompadour. HEX triplet: 71, 23 and 46. RGB value is (113,35,70). Sum of RGB (Red+Green+Blue) = 113+35+70=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #712346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712346 is #8EDCB9. Grayscale: #3E3E3E. Windows color (decimal): -9362618 or 4596593. OLE color: 4596593.

HSL color Cylindrical-coordinate representation of color #712346: hue angle of 333.08º 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 #712346 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 70 -
CMYK 0 0.69 0.38 0.56
HSL 333.08º 0.53% 0.29% -
HSV(B) 333.08º 0.69% 0.44% -
XYZ 8.52 5.15 6.34 -
YUV 62.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 113 35 70 0 0.69 0.38 0.56 333.08 0.53 0.29
Hex 71 23 46 0 45 26 38 14D 35 1D
Octal 161 43 106 0 105 46 70 515 65 35
Binary 1110001 100011 1000110 0 1000101 100110 111000 101001101 110101 11101

Color Harmonies of #712346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712346

Black with #712346

Text Example


Text Example

White with #712346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712346; }

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

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

background-color css

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

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

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

border-color css

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

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

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