Html Css Color HEX #831242 Pompadour

📋 copy color: '#831242'

red 131 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #831242

Tints of Pompadour #831242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.7%

R = 60.93%
G = 8.37%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#831242 (or 0x831242) is known color: Pompadour. HEX triplet: 83, 12 and 42. RGB value is (131,18,66). Sum of RGB (Red+Green+Blue) = 131+18+66=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #831242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831242 is #7CEDBD. Grayscale: #393939. Windows color (decimal): -8187326 or 4330115. OLE color: 4330115.

HSL color Cylindrical-coordinate representation of color #831242: hue angle of 334.51º 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 #831242 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 18 66 -
CMYK 0 0.86 0.50 0.49
HSL 334.51º 0.76% 0.29% -
HSV(B) 334.51º 0.86% 0.51% -
XYZ 10.56 5.65 5.69 -
YUV 57.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 131 18 66 0 0.86 0.50 0.49 334.51 0.76 0.29
Hex 83 12 42 0 56 32 31 14F 4C 1D
Octal 203 22 102 0 126 62 61 517 114 35
Binary 10000011 10010 1000010 0 1010110 110010 110001 101001111 1001100 11101

Color Harmonies of #831242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831242

Black with #831242

Text Example


Text Example

White with #831242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831242; }

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

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

background-color css

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

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

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

border-color css

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

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

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