#853231

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

Shades of Tall Poppy #853231

Tints of Tall Poppy #853231

Color information

#853231 (or 0x853231) is unknown color: approx Tall Poppy. HEX triplet: 85, 32 and 31. RGB value is (133,50,49). Sum of RGB (Red+Green+Blue) = 133+50+49=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #853231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853231 is #7ACDCE. Grayscale: #4A4A4A. Windows color (decimal): -8048079 or 3224197. OLE color: 3224197.

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

Color convert

RGB1335049-
CMYK00.620.630.48
HSL0.71º46.15%35.69%-
HSV(B)0.71º63.16%52.16%-
XYZ11.377.493.75-
YUV74.7113.5169.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.33%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=57.33%
G=21.55%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133504900.620.630.480.7146.1535.69
Hex85323103E3F3012e24
Octal2056261076776015644
Binary1000010111001011000101111101111111100001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853231; }

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

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

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

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

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

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

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

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