#883130

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

Shades of Tall Poppy #883130

Tints of Tall Poppy #883130

Color information

#883130 (or 0x883130) is unknown color: approx Tall Poppy. HEX triplet: 88, 31 and 30. RGB value is (136,49,48). Sum of RGB (Red+Green+Blue) = 136+49+48=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #883130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883130 is #77CECF. Grayscale: #4A4A4A. Windows color (decimal): -7851728 or 3158408. OLE color: 3158408.

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

Color convert

RGB1364948-
CMYK00.640.650.47
HSL0.68º47.83%36.08%-
HSV(B)0.68º64.71%53.33%-
XYZ11.797.643.65-
YUV74.9112.82171.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=58.37%
G=21.03%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136494800.640.650.470.6847.8336.08
Hex883130040412F13024
Octal210616001001015716044
Binary100010001100011100000100000010000011011111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883130; }

 p { color: rgb(136,49,48); }

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

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

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

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

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

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

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