Html Css Color HEX #823232 Tall Poppy

📋 copy color: '#823232'

red 130 ◦ green 50 ◦ blue 50

#823232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tall Poppy #823232

Tints of Tall Poppy #823232

RGB

 RED value IS 130 (51.17% from 255) = 56.52%

 GREEN value IS 50 (19.92% from 255) = 21.74%

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 56.52%
G = 21.74%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#823232 (or 0x823232) is known color: Tall Poppy. HEX triplet: 82, 32 and 32. RGB value is (130,50,50). Sum of RGB (Red+Green+Blue) = 130+50+50=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #823232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823232 is #7DCDCD. Grayscale: #4A4A4A. Windows color (decimal): -8244686 or 3289730. OLE color: 3289730.

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

Color convert

RGB 130 50 50 -
CMYK 0 0.62 0.62 0.49
HSL 0.44% 0.35% -
HSV(B) 0.62% 0.51% -
XYZ 10.92 7.26 3.84 -
YUV 73.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 130 50 50 0 0.62 0.62 0.49 0 0.44 0.35
Hex 82 32 32 0 3E 3E 31 0 2C 23
Octal 202 62 62 0 76 76 61 0 54 43
Binary 10000010 110010 110010 0 111110 111110 110001 0 101100 100011

Color Harmonies of #823232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823232

Black with #823232

Text Example


Text Example

White with #823232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823232; }

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

 H1.HeaderClassName
 {
   color: #823232;
 }
 .AnyTagClassName
 {
   color: #823232;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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