#833231

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

Shades of Tall Poppy #833231

Tints of Tall Poppy #833231

Color information

#833231 (or 0x833231) is unknown color: approx Tall Poppy. HEX triplet: 83, 32 and 31. RGB value is (131,50,49). Sum of RGB (Red+Green+Blue) = 131+50+49=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #833231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833231 is #7CCDCE. Grayscale: #4A4A4A. Windows color (decimal): -8179151 or 3224195. OLE color: 3224195.

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

Color convert

RGB1315049-
CMYK00.620.630.49
HSL0.73º45.56%35.29%-
HSV(B)0.73º62.6%51.37%-
XYZ11.067.333.74-
YUV74.1113.84168.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.96%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=56.96%
G=21.74%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131504900.620.630.490.7345.5635.29
Hex83323103E3F3112e23
Octal2036261076776115643
Binary1000001111001011000101111101111111100011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833231; }

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

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

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

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

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

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

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

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