#833131

Color #833131 Tall Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tall Poppy #833131

Tints of Tall Poppy #833131

Color information

#833131 (or 0x833131) is unknown color: approx Tall Poppy. HEX triplet: 83, 31 and 31. RGB value is (131,49,49). Sum of RGB (Red+Green+Blue) = 131+49+49=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #833131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833131 is #7CCECE. Grayscale: #494949. Windows color (decimal): -8179407 or 3223939. OLE color: 3223939.

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

Color convert

RGB1314949-
CMYK00.630.630.49
HSL45.56%35.29%-
HSV(B)62.6%51.37%-
XYZ11.017.243.72-
YUV73.52114.17169-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.21%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=57.21%
G=21.40%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131494900.630.630.49045.5635.29
Hex83313103F3F3102e23
Octal2036161077776105643
Binary1000001111000111000101111111111111100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833131; }

 p { color: rgb(131,49,49); }

 H1.HeaderClassName
 {
   color: #833131;
 }
 .AnyTagClassName
 {
   color: #833131;
 }
</style>
background-color css

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

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

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

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

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

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