Html Css Color HEX #712745 Pompadour

📋 copy color: '#712745'

red 113 ◦ green 39 ◦ blue 69

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

Shades of Pompadour #712745

Tints of Pompadour #712745

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

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

R = 51.13%
G = 17.65%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#712745 (or 0x712745) is known color: Pompadour. HEX triplet: 71, 27 and 45. RGB value is (113,39,69). Sum of RGB (Red+Green+Blue) = 113+39+69=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #712745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712745 is #8ED8BA. Grayscale: #404040. Windows color (decimal): -9361595 or 4532081. OLE color: 4532081.

HSL color Cylindrical-coordinate representation of color #712745: hue angle of 335.68º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712745 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 69 -
CMYK 0 0.65 0.39 0.56
HSL 335.68º 0.49% 0.3% -
HSV(B) 335.68º 0.65% 0.44% -
XYZ 8.61 5.39 6.22 -
YUV 64.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 113 39 69 0 0.65 0.39 0.56 335.68 0.49 0.3
Hex 71 27 45 0 41 27 38 150 31 1E
Octal 161 47 105 0 101 47 70 520 61 36
Binary 1110001 100111 1000101 0 1000001 100111 111000 101010000 110001 11110

Color Harmonies of #712745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712745

Black with #712745

Text Example


Text Example

White with #712745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712745; }

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

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

background-color css

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

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

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

border-color css

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

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

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