Html Css Color HEX #712554 Pompadour

📋 copy color: '#712554'

red 113 ◦ green 37 ◦ blue 84

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

Shades of Pompadour #712554

Tints of Pompadour #712554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

 BLUE value IS 84 (33.2% from 255) = 35.9%

R = 48.29%
G = 15.81%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#712554 (or 0x712554) is known color: Pompadour. HEX triplet: 71, 25 and 54. RGB value is (113,37,84). Sum of RGB (Red+Green+Blue) = 113+37+84=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #712554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712554 is #8EDAAB. Grayscale: #404040. Windows color (decimal): -9362092 or 5514609. OLE color: 5514609.

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

Color convert

RGB 113 37 84 -
CMYK 0 0.67 0.26 0.56
HSL 322.89º 0.51% 0.29% -
HSV(B) 322.89º 0.67% 0.44% -
XYZ 9.07 5.47 8.97 -
YUV 65.08 138.68 162.18 -
System Red Green Blue C M Y K H S L
Decimal 113 37 84 0 0.67 0.26 0.56 322.89 0.51 0.29
Hex 71 25 54 0 43 1A 38 143 33 1D
Octal 161 45 124 0 103 32 70 503 63 35
Binary 1110001 100101 1010100 0 1000011 11010 111000 101000011 110011 11101

Color Harmonies of #712554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712554

Black with #712554

Text Example


Text Example

White with #712554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712554; }

 p { color: rgb(113,37,84); }

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

background-color css

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

 a { background-color: rgb(113,37,84); }

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

border-color css

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

 span { border-color: rgb(113,37,84); }

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