#852d2d

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

Shades of Tall Poppy #852D2D

Tints of Tall Poppy #852D2D

Color information

#852D2D (or 0x852D2D) is unknown color: approx Tall Poppy. HEX triplet: 85, 2D and 2D. RGB value is (133,45,45). Sum of RGB (Red+Green+Blue) = 133+45+45=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #852D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D2D is #7AD2D2. Grayscale: #474747. Windows color (decimal): -8049363 or 2960773. OLE color: 2960773.

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

Color convert

RGB1334545-
CMYK00.660.660.48
HSL49.44%34.9%-
HSV(B)66.17%52.16%-
XYZ11.087.053.26-
YUV71.31113.15172-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.64%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=59.64%
G=20.18%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133454500.660.660.48049.4434.9
Hex852D2D042423003123
Octal205555501021026006143
Binary100001011011011011010100001010000101100000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852d2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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