Html Css Color HEX #712450 Pompadour

📋 copy color: '#712450'

red 113 ◦ green 36 ◦ blue 80

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

Shades of Pompadour #712450

Tints of Pompadour #712450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 49.34%
G = 15.72%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#712450 (or 0x712450) is known color: Pompadour. HEX triplet: 71, 24 and 50. RGB value is (113,36,80). Sum of RGB (Red+Green+Blue) = 113+36+80=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #712450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712450 is #8EDBAF. Grayscale: #3F3F3F. Windows color (decimal): -9362352 or 5252209. OLE color: 5252209.

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

Color convert

RGB 113 36 80 -
CMYK 0 0.68 0.29 0.56
HSL 325.71º 0.52% 0.29% -
HSV(B) 325.71º 0.68% 0.44% -
XYZ 8.89 5.35 8.15 -
YUV 64.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 113 36 80 0 0.68 0.29 0.56 325.71 0.52 0.29
Hex 71 24 50 0 44 1D 38 146 34 1D
Octal 161 44 120 0 104 35 70 506 64 35
Binary 1110001 100100 1010000 0 1000100 11101 111000 101000110 110100 11101

Color Harmonies of #712450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712450

Black with #712450

Text Example


Text Example

White with #712450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712450; }

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

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

background-color css

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

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

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

border-color css

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

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

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