Html Css Color HEX #711B3E Pompadour

📋 copy color: '#711B3E'

red 113 ◦ green 27 ◦ blue 62

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

Shades of Pompadour #711B3E

Tints of Pompadour #711B3E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.37%

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

R = 55.94%
G = 13.37%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#711B3E (or 0x711B3E) is known color: Pompadour. HEX triplet: 71, 1B and 3E. RGB value is (113,27,62). Sum of RGB (Red+Green+Blue) = 113+27+62=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #711B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B3E is #8EE4C1. Grayscale: #383838. Windows color (decimal): -9364674 or 4070257. OLE color: 4070257.

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

Color convert

RGB 113 27 62 -
CMYK 0 0.76 0.45 0.56
HSL 335.58º 0.61% 0.27% -
HSV(B) 335.58º 0.76% 0.44% -
XYZ 8.07 4.64 5.03 -
YUV 56.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 113 27 62 0 0.76 0.45 0.56 335.58 0.61 0.27
Hex 71 1B 3E 0 4C 2D 38 150 3D 1B
Octal 161 33 76 0 114 55 70 520 75 33
Binary 1110001 11011 111110 0 1001100 101101 111000 101010000 111101 11011

Color Harmonies of #711B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B3E

Black with #711B3E

Text Example


Text Example

White with #711B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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