Html Css Color HEX #71254D Pompadour

📋 copy color: '#71254D'

red 113 ◦ green 37 ◦ blue 77

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

Shades of Pompadour #71254D

Tints of Pompadour #71254D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 49.78%
G = 16.3%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71254D (or 0x71254D) is known color: Pompadour. HEX triplet: 71, 25 and 4D. RGB value is (113,37,77). Sum of RGB (Red+Green+Blue) = 113+37+77=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71254D is #8EDAB2. Grayscale: #404040. Windows color (decimal): -9362099 or 5055857. OLE color: 5055857.

HSL color Cylindrical-coordinate representation of color #71254D: hue angle of 328.42º 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 #71254D is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 77 -
CMYK 0 0.67 0.32 0.56
HSL 328.42º 0.51% 0.29% -
HSV(B) 328.42º 0.67% 0.44% -
XYZ 8.81 5.37 7.59 -
YUV 64.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 113 37 77 0 0.67 0.32 0.56 328.42 0.51 0.29
Hex 71 25 4D 0 43 20 38 148 33 1D
Octal 161 45 115 0 103 40 70 510 63 35
Binary 1110001 100101 1001101 0 1000011 100000 111000 101001000 110011 11101

Color Harmonies of #71254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71254D

Black with #71254D

Text Example


Text Example

White with #71254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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