Html Css Color HEX #71264D Pompadour

📋 copy color: '#71264D'

red 113 ◦ green 38 ◦ blue 77

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

Shades of Pompadour #71264D

Tints of Pompadour #71264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

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

R = 49.56%
G = 16.67%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71264D (or 0x71264D) is known color: Pompadour. HEX triplet: 71, 26 and 4D. RGB value is (113,38,77). Sum of RGB (Red+Green+Blue) = 113+38+77=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71264D is #8ED9B2. Grayscale: #404040. Windows color (decimal): -9361843 or 5056113. OLE color: 5056113.

HSL color Cylindrical-coordinate representation of color #71264D: hue angle of 328.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71264D is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 38 77 -
CMYK 0 0.66 0.32 0.56
HSL 328.8º 0.5% 0.3% -
HSV(B) 328.8º 0.66% 0.44% -
XYZ 8.84 5.43 7.6 -
YUV 64.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 113 38 77 0 0.66 0.32 0.56 328.8 0.5 0.3
Hex 71 26 4D 0 42 20 38 149 32 1E
Octal 161 46 115 0 102 40 70 511 62 36
Binary 1110001 100110 1001101 0 1000010 100000 111000 101001001 110010 11110

Color Harmonies of #71264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71264D

Black with #71264D

Text Example


Text Example

White with #71264D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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