#85302D

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

Shades of Tall Poppy #85302D

Tints of Tall Poppy #85302D

Color information

#85302D (or 0x85302D) is unknown color: approx Tall Poppy. HEX triplet: 85, 30 and 2D. RGB value is (133,48,45). Sum of RGB (Red+Green+Blue) = 133+48+45=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85302D is #7ACFD2. Grayscale: #494949. Windows color (decimal): -8048595 or 2961541. OLE color: 2961541.

HSL color Cylindrical-coordinate representation of color #85302D: hue angle of 2.05º 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 #85302D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1334845-
CMYK00.640.660.48
HSL2.05º49.44%34.9%-
HSV(B)2.05º66.17%52.16%-
XYZ11.27.293.3-
YUV73.07112.16170.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.85%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 45 (17.97% from 255) = 19.91%
R=58.85%
G=21.24%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133484500.640.660.482.0549.4434.9
Hex85302D040423023123
Octal205605501001026026143
Binary1000010111000010110101000000100001011000010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85302D; }

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

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

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

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

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

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

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

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