#883B3B

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

Shades of Tall Poppy #883B3B

Tints of Tall Poppy #883B3B

Color information

#883B3B (or 0x883B3B) is unknown color: approx Tall Poppy. HEX triplet: 88, 3B and 3B. RGB value is (136,59,59). Sum of RGB (Red+Green+Blue) = 136+59+59=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #883B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B3B is #77C4C4. Grayscale: #525252. Windows color (decimal): -7849157 or 3881864. OLE color: 3881864.

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

Color convert

RGB1365959-
CMYK00.570.570.47
HSL39.49%38.24%-
HSV(B)56.62%53.33%-
XYZ12.518.685.15-
YUV82.02115.01166.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 59 (23.44% from 255) = 23.23%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=53.54%
G=23.23%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136595900.570.570.47039.4938.24
Hex883B3B039392F02726
Octal2107373071715704746
Binary1000100011101111101101110011110011011110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883B3B; }

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

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

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

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

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

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

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

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