#883535

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

Shades of Tall Poppy #883535

Tints of Tall Poppy #883535

Color information

#883535 (or 0x883535) is unknown color: approx Tall Poppy. HEX triplet: 88, 35 and 35. RGB value is (136,53,53). Sum of RGB (Red+Green+Blue) = 136+53+53=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883535 is #77CACA. Grayscale: #4D4D4D. Windows color (decimal): -7850699 or 3487112. OLE color: 3487112.

HSL color Cylindrical-coordinate representation of color #883535: hue angle of 0º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883535 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1365353-
CMYK00.610.610.47
HSL43.92%37.06%-
HSV(B)61.03%53.33%-
XYZ12.078.044.28-
YUV77.82114169.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.20%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=56.20%
G=21.90%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136535300.610.610.47043.9237.06
Hex88353503D3D2F02c25
Octal2106565075755705445
Binary1000100011010111010101111011111011011110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883535; }

 p { color: rgb(136,53,53); }

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

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

 a { background-color: rgb(136,53,53); }

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

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

 span { border-color: rgb(136,53,53); }

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