Html Css Color HEX #71274E Pompadour

📋 copy color: '#71274E'

red 113 ◦ green 39 ◦ blue 78

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

Shades of Pompadour #71274E

Tints of Pompadour #71274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.96%

 BLUE value IS 78 (30.86% from 255) = 33.91%

R = 49.13%
G = 16.96%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#71274E (or 0x71274E) is known color: Pompadour. HEX triplet: 71, 27 and 4E. RGB value is (113,39,78). Sum of RGB (Red+Green+Blue) = 113+39+78=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #71274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71274E is #8ED8B1. Grayscale: #414141. Windows color (decimal): -9361586 or 5121905. OLE color: 5121905.

HSL color Cylindrical-coordinate representation of color #71274E: hue angle of 328.38º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71274E is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 78 -
CMYK 0 0.65 0.31 0.56
HSL 328.38º 0.49% 0.3% -
HSV(B) 328.38º 0.65% 0.44% -
XYZ 8.91 5.51 7.8 -
YUV 65.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 113 39 78 0 0.65 0.31 0.56 328.38 0.49 0.3
Hex 71 27 4E 0 41 1F 38 148 31 1E
Octal 161 47 116 0 101 37 70 510 61 36
Binary 1110001 100111 1001110 0 1000001 11111 111000 101001000 110001 11110

Color Harmonies of #71274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71274E

Black with #71274E

Text Example


Text Example

White with #71274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71274E; }

 p { color: rgb(113,39,78); }

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

background-color css

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

 a { background-color: rgb(113,39,78); }

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

border-color css

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

 span { border-color: rgb(113,39,78); }

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