#852b2b

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

Shades of Tall Poppy #852B2B

Tints of Tall Poppy #852B2B

Color information

#852B2B (or 0x852B2B) is unknown color: approx Tall Poppy. HEX triplet: 85, 2B and 2B. RGB value is (133,43,43). Sum of RGB (Red+Green+Blue) = 133+43+43=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #852B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B2B is #7AD4D4. Grayscale: #464646. Windows color (decimal): -8049877 or 2829189. OLE color: 2829189.

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

Color convert

RGB1334343-
CMYK00.680.680.48
HSL51.14%34.51%-
HSV(B)67.67%52.16%-
XYZ10.976.893.04-
YUV69.91112.82173-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.73%
GREEN value IS 43 (17.19% from 255) = 19.63%
BLUE value IS 43 (17.19% from 255) = 19.63%
R=60.73%
G=19.63%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133434300.680.680.48051.1434.51
Hex852B2B044443003323
Octal205535301041046006343
Binary100001011010111010110100010010001001100000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852b2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852b2b; }

 p { color: rgb(133,43,43); }

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

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

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

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

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

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

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