Html Css Color HEX #712241 Pompadour

📋 copy color: '#712241'

red 113 ◦ green 34 ◦ blue 65

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

Shades of Pompadour #712241

Tints of Pompadour #712241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

 BLUE value IS 65 (25.78% from 255) = 30.66%

R = 53.3%
G = 16.04%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#712241 (or 0x712241) is known color: Pompadour. HEX triplet: 71, 22 and 41. RGB value is (113,34,65). Sum of RGB (Red+Green+Blue) = 113+34+65=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #712241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712241 is #8EDDBE. Grayscale: #3D3D3D. Windows color (decimal): -9362879 or 4268657. OLE color: 4268657.

HSL color Cylindrical-coordinate representation of color #712241: hue angle of 336.46º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712241 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 34 65 -
CMYK 0 0.70 0.42 0.56
HSL 336.46º 0.54% 0.29% -
HSV(B) 336.46º 0.7% 0.44% -
XYZ 8.34 5.04 5.53 -
YUV 61.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 113 34 65 0 0.70 0.42 0.56 336.46 0.54 0.29
Hex 71 22 41 0 46 2A 38 150 36 1D
Octal 161 42 101 0 106 52 70 520 66 35
Binary 1110001 100010 1000001 0 1000110 101010 111000 101010000 110110 11101

Color Harmonies of #712241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712241

Black with #712241

Text Example


Text Example

White with #712241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712241; }

 p { color: rgb(113,34,65); }

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

background-color css

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

 a { background-color: rgb(113,34,65); }

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

border-color css

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

 span { border-color: rgb(113,34,65); }

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