#873230

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

Shades of Tall Poppy #873230

Tints of Tall Poppy #873230

Color information

#873230 (or 0x873230) is unknown color: approx Tall Poppy. HEX triplet: 87, 32 and 30. RGB value is (135,50,48). Sum of RGB (Red+Green+Blue) = 135+50+48=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #873230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873230 is #78CDCF. Grayscale: #4B4B4B. Windows color (decimal): -7917008 or 3158663. OLE color: 3158663.

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

Color convert

RGB1355048-
CMYK00.630.640.47
HSL1.38º47.54%35.88%-
HSV(B)1.38º64.44%52.94%-
XYZ11.677.653.66-
YUV75.19112.66170.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.94%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=57.94%
G=21.46%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135504800.630.640.471.3847.5435.88
Hex87323003F402F13024
Octal20762600771005716044
Binary10000111110010110000011111110000001011111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873230; }

 p { color: rgb(135,50,48); }

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

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

 a { background-color: rgb(135,50,48); }

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

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

 span { border-color: rgb(135,50,48); }

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