Html Css Color HEX #711C3E Pompadour

📋 copy color: '#711C3E'

red 113 ◦ green 28 ◦ blue 62

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

Shades of Pompadour #711C3E

Tints of Pompadour #711C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.79%

 BLUE value IS 62 (24.61% from 255) = 30.54%

R = 55.67%
G = 13.79%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#711C3E (or 0x711C3E) is known color: Pompadour. HEX triplet: 71, 1C and 3E. RGB value is (113,28,62). Sum of RGB (Red+Green+Blue) = 113+28+62=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #711C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C3E is #8EE3C1. Grayscale: #393939. Windows color (decimal): -9364418 or 4070513. OLE color: 4070513.

HSL color Cylindrical-coordinate representation of color #711C3E: hue angle of 336º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C3E is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 28 62 -
CMYK 0 0.75 0.45 0.56
HSL 336º 0.6% 0.28% -
HSV(B) 336º 0.75% 0.44% -
XYZ 8.09 4.69 5.04 -
YUV 57.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 113 28 62 0 0.75 0.45 0.56 336 0.6 0.28
Hex 71 1C 3E 0 4B 2D 38 150 3C 1C
Octal 161 34 76 0 113 55 70 520 74 34
Binary 1110001 11100 111110 0 1001011 101101 111000 101010000 111100 11100

Color Harmonies of #711C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C3E

Black with #711C3E

Text Example


Text Example

White with #711C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711C3E; }

 p { color: rgb(113,28,62); }

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

background-color css

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

 a { background-color: rgb(113,28,62); }

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

border-color css

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

 span { border-color: rgb(113,28,62); }

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