#823B3B

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

Shades of Tall Poppy #823B3B

Tints of Tall Poppy #823B3B

Color information

#823B3B (or 0x823B3B) is unknown color: approx Tall Poppy. HEX triplet: 82, 3B and 3B. RGB value is (130,59,59). Sum of RGB (Red+Green+Blue) = 130+59+59=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #823B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823B3B is #7DC4C4. Grayscale: #505050. Windows color (decimal): -8242373 or 3881858. OLE color: 3881858.

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

Color convert

RGB1305959-
CMYK00.550.550.49
HSL37.57%37.06%-
HSV(B)54.62%50.98%-
XYZ11.568.195.11-
YUV80.23116.02163.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=52.42%
G=23.79%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130595900.550.550.49037.5737.06
Hex823B3B037373102625
Octal2027373067676104645
Binary1000001011101111101101101111101111100010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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