Html Css Color HEX #813231 Tall Poppy

📋 copy color: '#813231'

red 129 ◦ green 50 ◦ blue 49

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

Shades of Tall Poppy #813231

Tints of Tall Poppy #813231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.49%

R = 56.58%
G = 21.93%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#813231 (or 0x813231) is known color: Tall Poppy. HEX triplet: 81, 32 and 31. RGB value is (129,50,49). Sum of RGB (Red+Green+Blue) = 129+50+49=228 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.58% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 129 - color contains mainly: red. Hex color #813231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813231 is #7ECDCE. Grayscale: #494949. Windows color (decimal): -8310223 or 3224193. OLE color: 3224193.

HSL color Cylindrical-coordinate representation of color #813231: hue angle of 0.75º degrees, saturation: 0.45, 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 #813231 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 49 -
CMYK 0 0.61 0.62 0.49
HSL 0.75º 0.45% 0.35% -
HSV(B) 0.75º 0.62% 0.51% -
XYZ 10.75 7.17 3.72 -
YUV 73.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 129 50 49 0 0.61 0.62 0.49 0.75 0.45 0.35
Hex 81 32 31 0 3D 3E 31 1 2D 23
Octal 201 62 61 0 75 76 61 1 55 43
Binary 10000001 110010 110001 0 111101 111110 110001 1 101101 100011

Color Harmonies of #813231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813231

Black with #813231

Text Example


Text Example

White with #813231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813231; }

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

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

background-color css

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

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

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

border-color css

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

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

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