#85312E

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

Shades of Tall Poppy #85312E

Tints of Tall Poppy #85312E

Color information

#85312E (or 0x85312E) is unknown color: approx Tall Poppy. HEX triplet: 85, 31 and 2E. RGB value is (133,49,46). Sum of RGB (Red+Green+Blue) = 133+49+46=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85312E is #7ACED1. Grayscale: #494949. Windows color (decimal): -8048338 or 3027333. OLE color: 3027333.

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

Color convert

RGB1334946-
CMYK00.630.650.48
HSL2.07º48.6%35.1%-
HSV(B)2.07º65.41%52.16%-
XYZ11.267.383.42-
YUV73.77112.33170.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.33%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=58.33%
G=21.49%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133494600.630.650.482.0748.635.1
Hex85312E03F413023123
Octal20561560771016026143
Binary100001011100011011100111111100000111000010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85312E; }

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

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

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

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

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

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

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

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