Html Css Color HEX #712245 Pompadour

📋 copy color: '#712245'

red 113 ◦ green 34 ◦ blue 69

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

Shades of Pompadour #712245

Tints of Pompadour #712245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.94%

R = 52.31%
G = 15.74%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#712245 (or 0x712245) is known color: Pompadour. HEX triplet: 71, 22 and 45. RGB value is (113,34,69). Sum of RGB (Red+Green+Blue) = 113+34+69=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #712245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712245 is #8EDDBA. Grayscale: #3D3D3D. Windows color (decimal): -9362875 or 4530801. OLE color: 4530801.

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

Color convert

RGB 113 34 69 -
CMYK 0 0.70 0.39 0.56
HSL 333.42º 0.54% 0.29% -
HSV(B) 333.42º 0.7% 0.44% -
XYZ 8.46 5.08 6.17 -
YUV 61.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 113 34 69 0 0.70 0.39 0.56 333.42 0.54 0.29
Hex 71 22 45 0 46 27 38 14D 36 1D
Octal 161 42 105 0 106 47 70 515 66 35
Binary 1110001 100010 1000101 0 1000110 100111 111000 101001101 110110 11101

Color Harmonies of #712245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712245

Black with #712245

Text Example


Text Example

White with #712245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712245; }

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

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

background-color css

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

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

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

border-color css

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

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

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