Html Css Color HEX #813232 Tall Poppy

📋 copy color: '#813232'

red 129 ◦ green 50 ◦ blue 50

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

Shades of Tall Poppy #813232

Tints of Tall Poppy #813232

RGB

 RED value IS 129 (50.78% from 255) = 56.33%

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

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

R = 56.33%
G = 21.83%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#813232 (or 0x813232) is known color: Tall Poppy. HEX triplet: 81, 32 and 32. RGB value is (129,50,50). Sum of RGB (Red+Green+Blue) = 129+50+50=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #813232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813232 is #7ECDCD. Grayscale: #494949. Windows color (decimal): -8310222 or 3289729. OLE color: 3289729.

HSL color Cylindrical-coordinate representation of color #813232: 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.61%. Process color model (Four color, CMYK) of #813232 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 50 -
CMYK 0 0.61 0.61 0.49
HSL 0.44% 0.35% -
HSV(B) 0.61% 0.51% -
XYZ 10.77 7.18 3.84 -
YUV 73.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 129 50 50 0 0.61 0.61 0.49 0 0.44 0.35
Hex 81 32 32 0 3D 3D 31 0 2C 23
Octal 201 62 62 0 75 75 61 0 54 43
Binary 10000001 110010 110010 0 111101 111101 110001 0 101100 100011

Color Harmonies of #813232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813232

Black with #813232

Text Example


Text Example

White with #813232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813232; }

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

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

background-color css

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

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

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

border-color css

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

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

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