Html Css Color HEX #831244 Pompadour

📋 copy color: '#831244'

red 131 ◦ green 18 ◦ blue 68

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

Shades of Pompadour #831244

Tints of Pompadour #831244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.29%

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 60.37%
G = 8.29%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#831244 (or 0x831244) is known color: Pompadour. HEX triplet: 83, 12 and 44. RGB value is (131,18,68). Sum of RGB (Red+Green+Blue) = 131+18+68=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #831244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831244 is #7CEDBB. Grayscale: #393939. Windows color (decimal): -8187324 or 4461187. OLE color: 4461187.

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

Color convert

RGB 131 18 68 -
CMYK 0 0.86 0.48 0.49
HSL 333.45º 0.76% 0.29% -
HSV(B) 333.45º 0.86% 0.51% -
XYZ 10.62 5.68 6 -
YUV 57.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 131 18 68 0 0.86 0.48 0.49 333.45 0.76 0.29
Hex 83 12 44 0 56 30 31 14D 4C 1D
Octal 203 22 104 0 126 60 61 515 114 35
Binary 10000011 10010 1000100 0 1010110 110000 110001 101001101 1001100 11101

Color Harmonies of #831244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831244

Black with #831244

Text Example


Text Example

White with #831244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831244; }

 p { color: rgb(131,18,68); }

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

background-color css

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

 a { background-color: rgb(131,18,68); }

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

border-color css

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

 span { border-color: rgb(131,18,68); }

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