Html Css Color HEX #71244E Pompadour

📋 copy color: '#71244E'

red 113 ◦ green 36 ◦ blue 78

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

Shades of Pompadour #71244E

Tints of Pompadour #71244E

RGB

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

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

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

R = 49.78%
G = 15.86%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#71244E (or 0x71244E) is known color: Pompadour. HEX triplet: 71, 24 and 4E. RGB value is (113,36,78). Sum of RGB (Red+Green+Blue) = 113+36+78=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71244E is #8EDBB1. Grayscale: #3F3F3F. Windows color (decimal): -9362354 or 5121137. OLE color: 5121137.

HSL color Cylindrical-coordinate representation of color #71244E: hue angle of 327.27º 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 #71244E is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 78 -
CMYK 0 0.68 0.31 0.56
HSL 327.27º 0.52% 0.29% -
HSV(B) 327.27º 0.68% 0.44% -
XYZ 8.82 5.32 7.77 -
YUV 63.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 113 36 78 0 0.68 0.31 0.56 327.27 0.52 0.29
Hex 71 24 4E 0 44 1F 38 147 34 1D
Octal 161 44 116 0 104 37 70 507 64 35
Binary 1110001 100100 1001110 0 1000100 11111 111000 101000111 110100 11101

Color Harmonies of #71244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71244E

Black with #71244E

Text Example


Text Example

White with #71244E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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