Html Css Color HEX #831240 Pompadour

📋 copy color: '#831240'

red 131 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #831240

Tints of Pompadour #831240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 61.5%
G = 8.45%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#831240 (or 0x831240) is known color: Pompadour. HEX triplet: 83, 12 and 40. RGB value is (131,18,64). Sum of RGB (Red+Green+Blue) = 131+18+64=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #831240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831240 is #7CEDBF. Grayscale: #383838. Windows color (decimal): -8187328 or 4199043. OLE color: 4199043.

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

Color convert

RGB 131 18 64 -
CMYK 0 0.86 0.51 0.49
HSL 335.58º 0.76% 0.29% -
HSV(B) 335.58º 0.86% 0.51% -
XYZ 10.5 5.63 5.38 -
YUV 57.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 131 18 64 0 0.86 0.51 0.49 335.58 0.76 0.29
Hex 83 12 40 0 56 33 31 150 4C 1D
Octal 203 22 100 0 126 63 61 520 114 35
Binary 10000011 10010 1000000 0 1010110 110011 110001 101010000 1001100 11101

Color Harmonies of #831240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831240

Black with #831240

Text Example


Text Example

White with #831240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831240; }

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

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

background-color css

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

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

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

border-color css

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

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

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