Html Css Color HEX #71254F Pompadour

📋 copy color: '#71254F'

red 113 ◦ green 37 ◦ blue 79

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

Shades of Pompadour #71254F

Tints of Pompadour #71254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 49.34%
G = 16.16%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#71254F (or 0x71254F) is known color: Pompadour. HEX triplet: 71, 25 and 4F. RGB value is (113,37,79). Sum of RGB (Red+Green+Blue) = 113+37+79=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71254F is #8EDAB0. Grayscale: #404040. Windows color (decimal): -9362097 or 5186929. OLE color: 5186929.

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

Color convert

RGB 113 37 79 -
CMYK 0 0.67 0.30 0.56
HSL 326.84º 0.51% 0.29% -
HSV(B) 326.84º 0.67% 0.44% -
XYZ 8.88 5.4 7.97 -
YUV 64.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 113 37 79 0 0.67 0.30 0.56 326.84 0.51 0.29
Hex 71 25 4F 0 43 1E 38 147 33 1D
Octal 161 45 117 0 103 36 70 507 63 35
Binary 1110001 100101 1001111 0 1000011 11110 111000 101000111 110011 11101

Color Harmonies of #71254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71254F

Black with #71254F

Text Example


Text Example

White with #71254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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