Html Css Color HEX #712144 Pompadour

📋 copy color: '#712144'

red 113 ◦ green 33 ◦ blue 68

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

Shades of Pompadour #712144

Tints of Pompadour #712144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 68 (26.95% from 255) = 31.78%

R = 52.8%
G = 15.42%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#712144 (or 0x712144) is known color: Pompadour. HEX triplet: 71, 21 and 44. RGB value is (113,33,68). Sum of RGB (Red+Green+Blue) = 113+33+68=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #712144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712144 is #8EDEBB. Grayscale: #3C3C3C. Windows color (decimal): -9363132 or 4465009. OLE color: 4465009.

HSL color Cylindrical-coordinate representation of color #712144: hue angle of 333.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712144 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 68 -
CMYK 0 0.71 0.40 0.56
HSL 333.75º 0.55% 0.29% -
HSV(B) 333.75º 0.71% 0.44% -
XYZ 8.4 5.02 5.99 -
YUV 60.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 113 33 68 0 0.71 0.40 0.56 333.75 0.55 0.29
Hex 71 21 44 0 47 28 38 14E 37 1D
Octal 161 41 104 0 107 50 70 516 67 35
Binary 1110001 100001 1000100 0 1000111 101000 111000 101001110 110111 11101

Color Harmonies of #712144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712144

Black with #712144

Text Example


Text Example

White with #712144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712144; }

 p { color: rgb(113,33,68); }

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

background-color css

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

 a { background-color: rgb(113,33,68); }

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

border-color css

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

 span { border-color: rgb(113,33,68); }

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