Html Css Color HEX #71244D Pompadour

📋 copy color: '#71244D'

red 113 ◦ green 36 ◦ blue 77

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

Shades of Pompadour #71244D

Tints of Pompadour #71244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

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

R = 50%
G = 15.93%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#71244D (or 0x71244D) is known color: Pompadour. HEX triplet: 71, 24 and 4D. RGB value is (113,36,77). Sum of RGB (Red+Green+Blue) = 113+36+77=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71244D is #8EDBB2. Grayscale: #3F3F3F. Windows color (decimal): -9362355 or 5055601. OLE color: 5055601.

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

Color convert

RGB 113 36 77 -
CMYK 0 0.68 0.32 0.56
HSL 328.05º 0.52% 0.29% -
HSV(B) 328.05º 0.68% 0.44% -
XYZ 8.78 5.31 7.58 -
YUV 63.7 135.51 163.17 -
System Red Green Blue C M Y K H S L
Decimal 113 36 77 0 0.68 0.32 0.56 328.05 0.52 0.29
Hex 71 24 4D 0 44 20 38 148 34 1D
Octal 161 44 115 0 104 40 70 510 64 35
Binary 1110001 100100 1001101 0 1000100 100000 111000 101001000 110100 11101

Color Harmonies of #71244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71244D

Black with #71244D

Text Example


Text Example

White with #71244D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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