Html Css Color HEX #71254C Pompadour

📋 copy color: '#71254C'

red 113 ◦ green 37 ◦ blue 76

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

Shades of Pompadour #71254C

Tints of Pompadour #71254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.63%

R = 50%
G = 16.37%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#71254C (or 0x71254C) is known color: Pompadour. HEX triplet: 71, 25 and 4C. RGB value is (113,37,76). Sum of RGB (Red+Green+Blue) = 113+37+76=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71254C is #8EDAB3. Grayscale: #404040. Windows color (decimal): -9362100 or 4990321. OLE color: 4990321.

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

Color convert

RGB 113 37 76 -
CMYK 0 0.67 0.33 0.56
HSL 329.21º 0.51% 0.29% -
HSV(B) 329.21º 0.67% 0.44% -
XYZ 8.78 5.36 7.41 -
YUV 64.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 113 37 76 0 0.67 0.33 0.56 329.21 0.51 0.29
Hex 71 25 4C 0 43 21 38 149 33 1D
Octal 161 45 114 0 103 41 70 511 63 35
Binary 1110001 100101 1001100 0 1000011 100001 111000 101001001 110011 11101

Color Harmonies of #71254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71254C

Black with #71254C

Text Example


Text Example

White with #71254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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