#833331

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

Shades of Tall Poppy #833331

Tints of Tall Poppy #833331

Color information

#833331 (or 0x833331) is unknown color: approx Tall Poppy. HEX triplet: 83, 33 and 31. RGB value is (131,51,49). Sum of RGB (Red+Green+Blue) = 131+51+49=231 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.71% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 131 - color contains mainly: red. Hex color #833331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833331 is #7CCCCE. Grayscale: #4A4A4A. Windows color (decimal): -8178895 or 3224451. OLE color: 3224451.

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

Color convert

RGB1315149-
CMYK00.610.630.49
HSL1.46º45.56%35.29%-
HSV(B)1.46º62.6%51.37%-
XYZ11.17.413.75-
YUV74.69113.5168.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.71%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=56.71%
G=22.08%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131514900.610.630.491.4645.5635.29
Hex83333103D3F3112e23
Octal2036361075776115643
Binary1000001111001111000101111011111111100011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833331; }

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

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

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

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

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

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

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

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