Html Css Color HEX #712451 Pompadour

📋 copy color: '#712451'

red 113 ◦ green 36 ◦ blue 81

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

Shades of Pompadour #712451

Tints of Pompadour #712451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

 BLUE value IS 81 (32.03% from 255) = 35.22%

R = 49.13%
G = 15.65%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#712451 (or 0x712451) is known color: Pompadour. HEX triplet: 71, 24 and 51. RGB value is (113,36,81). Sum of RGB (Red+Green+Blue) = 113+36+81=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #712451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712451 is #8EDBAE. Grayscale: #404040. Windows color (decimal): -9362351 or 5317745. OLE color: 5317745.

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

Color convert

RGB 113 36 81 -
CMYK 0 0.68 0.28 0.56
HSL 324.94º 0.52% 0.29% -
HSV(B) 324.94º 0.68% 0.44% -
XYZ 8.93 5.37 8.35 -
YUV 64.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 113 36 81 0 0.68 0.28 0.56 324.94 0.52 0.29
Hex 71 24 51 0 44 1C 38 145 34 1D
Octal 161 44 121 0 104 34 70 505 64 35
Binary 1110001 100100 1010001 0 1000100 11100 111000 101000101 110100 11101

Color Harmonies of #712451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712451

Black with #712451

Text Example


Text Example

White with #712451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712451; }

 p { color: rgb(113,36,81); }

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

background-color css

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

 a { background-color: rgb(113,36,81); }

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

border-color css

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

 span { border-color: rgb(113,36,81); }

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