Html Css Color HEX #712355 Pompadour

📋 copy color: '#712355'

red 113 ◦ green 35 ◦ blue 85

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

Shades of Pompadour #712355

Tints of Pompadour #712355

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.02%

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 48.5%
G = 15.02%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#712355 (or 0x712355) is known color: Pompadour. HEX triplet: 71, 23 and 55. RGB value is (113,35,85). Sum of RGB (Red+Green+Blue) = 113+35+85=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #712355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712355 is #8EDCAA. Grayscale: #3F3F3F. Windows color (decimal): -9362603 or 5579633. OLE color: 5579633.

HSL color Cylindrical-coordinate representation of color #712355: hue angle of 321.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712355 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 85 -
CMYK 0 0.69 0.25 0.56
HSL 321.54º 0.53% 0.29% -
HSV(B) 321.54º 0.69% 0.44% -
XYZ 9.05 5.37 9.15 -
YUV 64.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 113 35 85 0 0.69 0.25 0.56 321.54 0.53 0.29
Hex 71 23 55 0 45 19 38 142 35 1D
Octal 161 43 125 0 105 31 70 502 65 35
Binary 1110001 100011 1010101 0 1000101 11001 111000 101000010 110101 11101

Color Harmonies of #712355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712355

Black with #712355

Text Example


Text Example

White with #712355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712355; }

 p { color: rgb(113,35,85); }

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

background-color css

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

 a { background-color: rgb(113,35,85); }

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

border-color css

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

 span { border-color: rgb(113,35,85); }

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