Html Css Color HEX #712246 Pompadour

📋 copy color: '#712246'

red 113 ◦ green 34 ◦ blue 70

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

Shades of Pompadour #712246

Tints of Pompadour #712246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

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

R = 52.07%
G = 15.67%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#712246 (or 0x712246) is known color: Pompadour. HEX triplet: 71, 22 and 46. RGB value is (113,34,70). Sum of RGB (Red+Green+Blue) = 113+34+70=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #712246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712246 is #8EDDB9. Grayscale: #3D3D3D. Windows color (decimal): -9362874 or 4596337. OLE color: 4596337.

HSL color Cylindrical-coordinate representation of color #712246: hue angle of 332.66º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712246 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 34 70 -
CMYK 0 0.70 0.38 0.56
HSL 332.66º 0.54% 0.29% -
HSV(B) 332.66º 0.7% 0.44% -
XYZ 8.49 5.1 6.33 -
YUV 61.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 113 34 70 0 0.70 0.38 0.56 332.66 0.54 0.29
Hex 71 22 46 0 46 26 38 14D 36 1D
Octal 161 42 106 0 106 46 70 515 66 35
Binary 1110001 100010 1000110 0 1000110 100110 111000 101001101 110110 11101

Color Harmonies of #712246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712246

Black with #712246

Text Example


Text Example

White with #712246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712246; }

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

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

background-color css

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

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

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

border-color css

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

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

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