Html Css Color HEX #712145 Pompadour

📋 copy color: '#712145'

red 113 ◦ green 33 ◦ blue 69

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

Shades of Pompadour #712145

Tints of Pompadour #712145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 52.56%
G = 15.35%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#712145 (or 0x712145) is known color: Pompadour. HEX triplet: 71, 21 and 45. RGB value is (113,33,69). Sum of RGB (Red+Green+Blue) = 113+33+69=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #712145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712145 is #8EDEBA. Grayscale: #3C3C3C. Windows color (decimal): -9363131 or 4530545. OLE color: 4530545.

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

Color convert

RGB 113 33 69 -
CMYK 0 0.71 0.39 0.56
HSL 333º 0.55% 0.29% -
HSV(B) 333º 0.71% 0.44% -
XYZ 8.43 5.03 6.16 -
YUV 61.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 113 33 69 0 0.71 0.39 0.56 333 0.55 0.29
Hex 71 21 45 0 47 27 38 14D 37 1D
Octal 161 41 105 0 107 47 70 515 67 35
Binary 1110001 100001 1000101 0 1000111 100111 111000 101001101 110111 11101

Color Harmonies of #712145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712145

Black with #712145

Text Example


Text Example

White with #712145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712145; }

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

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

background-color css

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

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

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

border-color css

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

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

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