Html Css Color HEX #711A3E Pompadour

📋 copy color: '#711A3E'

red 113 ◦ green 26 ◦ blue 62

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

Shades of Pompadour #711A3E

Tints of Pompadour #711A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

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

R = 56.22%
G = 12.94%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#711A3E (or 0x711A3E) is known color: Pompadour. HEX triplet: 71, 1A and 3E. RGB value is (113,26,62). Sum of RGB (Red+Green+Blue) = 113+26+62=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #711A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A3E is #8EE5C1. Grayscale: #383838. Windows color (decimal): -9364930 or 4070001. OLE color: 4070001.

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

Color convert

RGB 113 26 62 -
CMYK 0 0.77 0.45 0.56
HSL 335.17º 0.63% 0.27% -
HSV(B) 335.17º 0.77% 0.44% -
XYZ 8.05 4.6 5.02 -
YUV 56.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 113 26 62 0 0.77 0.45 0.56 335.17 0.63 0.27
Hex 71 1A 3E 0 4D 2D 38 14F 3F 1B
Octal 161 32 76 0 115 55 70 517 77 33
Binary 1110001 11010 111110 0 1001101 101101 111000 101001111 111111 11011

Color Harmonies of #711A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A3E

Black with #711A3E

Text Example


Text Example

White with #711A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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