Html Css Color HEX #712153 Pompadour

📋 copy color: '#712153'

red 113 ◦ green 33 ◦ blue 83

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

Shades of Pompadour #712153

Tints of Pompadour #712153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.24%

R = 49.34%
G = 14.41%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#712153 (or 0x712153) is known color: Pompadour. HEX triplet: 71, 21 and 53. RGB value is (113,33,83). Sum of RGB (Red+Green+Blue) = 113+33+83=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #712153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712153 is #8EDEAC. Grayscale: #3E3E3E. Windows color (decimal): -9363117 or 5448049. OLE color: 5448049.

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

Color convert

RGB 113 33 83 -
CMYK 0 0.71 0.27 0.56
HSL 322.5º 0.55% 0.29% -
HSV(B) 322.5º 0.71% 0.44% -
XYZ 8.92 5.22 8.72 -
YUV 62.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 113 33 83 0 0.71 0.27 0.56 322.5 0.55 0.29
Hex 71 21 53 0 47 1B 38 142 37 1D
Octal 161 41 123 0 107 33 70 502 67 35
Binary 1110001 100001 1010011 0 1000111 11011 111000 101000010 110111 11101

Color Harmonies of #712153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712153

Black with #712153

Text Example


Text Example

White with #712153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712153; }

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

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

background-color css

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

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

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

border-color css

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

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

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