#833030

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

Shades of Tall Poppy #833030

Tints of Tall Poppy #833030

Color information

#833030 (or 0x833030) is unknown color: approx Tall Poppy. HEX triplet: 83, 30 and 30. RGB value is (131,48,48). Sum of RGB (Red+Green+Blue) = 131+48+48=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #833030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833030 is #7CCFCF. Grayscale: #484848. Windows color (decimal): -8179664 or 3158147. OLE color: 3158147.

HSL color Cylindrical-coordinate representation of color #833030: hue angle of 0º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833030 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1314848-
CMYK00.630.630.49
HSL46.37%35.1%-
HSV(B)63.36%51.37%-
XYZ10.957.153.6-
YUV72.82114169.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.71%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 48 (19.14% from 255) = 21.15%
R=57.71%
G=21.15%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131484800.630.630.49046.3735.1
Hex83303003F3F3102e23
Octal2036060077776105643
Binary1000001111000011000001111111111111100010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833030; }

 p { color: rgb(131,48,48); }

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

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

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

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

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

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

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