Html Css Color HEX #712643 Pompadour

📋 copy color: '#712643'

red 113 ◦ green 38 ◦ blue 67

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

Shades of Pompadour #712643

Tints of Pompadour #712643

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

 BLUE value IS 67 (26.56% from 255) = 30.73%

R = 51.83%
G = 17.43%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#712643 (or 0x712643) is known color: Pompadour. HEX triplet: 71, 26 and 43. RGB value is (113,38,67). Sum of RGB (Red+Green+Blue) = 113+38+67=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #712643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712643 is #8ED9BC. Grayscale: #3F3F3F. Windows color (decimal): -9361853 or 4400753. OLE color: 4400753.

HSL color Cylindrical-coordinate representation of color #712643: hue angle of 336.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712643 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 38 67 -
CMYK 0 0.66 0.41 0.56
HSL 336.8º 0.5% 0.3% -
HSV(B) 336.8º 0.66% 0.44% -
XYZ 8.52 5.3 5.88 -
YUV 63.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 113 38 67 0 0.66 0.41 0.56 336.8 0.5 0.3
Hex 71 26 43 0 42 29 38 151 32 1E
Octal 161 46 103 0 102 51 70 521 62 36
Binary 1110001 100110 1000011 0 1000010 101001 111000 101010001 110010 11110

Color Harmonies of #712643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712643

Black with #712643

Text Example


Text Example

White with #712643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712643; }

 p { color: rgb(113,38,67); }

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

background-color css

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

 a { background-color: rgb(113,38,67); }

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

border-color css

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

 span { border-color: rgb(113,38,67); }

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