Html Css Color HEX #712151 Pompadour

📋 copy color: '#712151'

red 113 ◦ green 33 ◦ blue 81

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

Shades of Pompadour #712151

Tints of Pompadour #712151

RGB

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

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

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

R = 49.78%
G = 14.54%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#712151 (or 0x712151) is known color: Pompadour. HEX triplet: 71, 21 and 51. RGB value is (113,33,81). Sum of RGB (Red+Green+Blue) = 113+33+81=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #712151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712151 is #8EDEAE. Grayscale: #3E3E3E. Windows color (decimal): -9363119 or 5316977. OLE color: 5316977.

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

Color convert

RGB 113 33 81 -
CMYK 0 0.71 0.28 0.56
HSL 324º 0.55% 0.29% -
HSV(B) 324º 0.71% 0.44% -
XYZ 8.84 5.19 8.32 -
YUV 62.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 113 33 81 0 0.71 0.28 0.56 324 0.55 0.29
Hex 71 21 51 0 47 1C 38 144 37 1D
Octal 161 41 121 0 107 34 70 504 67 35
Binary 1110001 100001 1010001 0 1000111 11100 111000 101000100 110111 11101

Color Harmonies of #712151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712151

Black with #712151

Text Example


Text Example

White with #712151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712151; }

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

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

background-color css

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

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

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

border-color css

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

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

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