#883A3A

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

Shades of Tall Poppy #883A3A

Tints of Tall Poppy #883A3A

Color information

#883A3A (or 0x883A3A) is unknown color: approx Tall Poppy. HEX triplet: 88, 3A and 3A. RGB value is (136,58,58). Sum of RGB (Red+Green+Blue) = 136+58+58=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #883A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A3A is #77C5C5. Grayscale: #515151. Windows color (decimal): -7849414 or 3816072. OLE color: 3816072.

HSL color Cylindrical-coordinate representation of color #883A3A: hue angle of 0º degrees, saturation: 0.4, 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 #883A3A is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1365858-
CMYK00.570.570.47
HSL40.21%38.04%-
HSV(B)57.35%53.33%-
XYZ12.438.575-
YUV81.32114.84167-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=53.97%
G=23.02%
B=23.02%

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
Decimal136585800.570.570.47040.2138.04
Hex883A3A039392F02826
Octal2107272071715705046
Binary1000100011101011101001110011110011011110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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