Html Css Color HEX #831053 Pompadour

📋 copy color: '#831053'

red 131 ◦ green 16 ◦ blue 83

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

Shades of Pompadour #831053

Tints of Pompadour #831053

RGB

 RED value IS 131 (51.56% from 255) = 56.96%

 GREEN value IS 16 (6.64% from 255) = 6.96%

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 56.96%
G = 6.96%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#831053 (or 0x831053) is known color: Pompadour. HEX triplet: 83, 10 and 53. RGB value is (131,16,83). Sum of RGB (Red+Green+Blue) = 131+16+83=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #831053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #831053 is #7CEFAC. Grayscale: #393939. Windows color (decimal): -8187821 or 5443715. OLE color: 5443715.

HSL color Cylindrical-coordinate representation of color #831053: hue angle of 325.04º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831053 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 83 -
CMYK 0 0.88 0.37 0.49
HSL 325.04º 0.78% 0.29% -
HSV(B) 325.04º 0.88% 0.51% -
XYZ 11.11 5.82 8.72 -
YUV 58.02 142.1 180.05 -
System Red Green Blue C M Y K H S L
Decimal 131 16 83 0 0.88 0.37 0.49 325.04 0.78 0.29
Hex 83 10 53 0 58 25 31 145 4E 1D
Octal 203 20 123 0 130 45 61 505 116 35
Binary 10000011 10000 1010011 0 1011000 100101 110001 101000101 1001110 11101

Color Harmonies of #831053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831053

Black with #831053

Text Example


Text Example

White with #831053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831053; }

 p { color: rgb(131,16,83); }

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

background-color css

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

 a { background-color: rgb(131,16,83); }

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

border-color css

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

 span { border-color: rgb(131,16,83); }

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