Html Css Color HEX #813130 Tall Poppy

📋 copy color: '#813130'

red 129 ◦ green 49 ◦ blue 48

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

Shades of Tall Poppy #813130

Tints of Tall Poppy #813130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.68%

 BLUE value IS 48 (19.14% from 255) = 21.24%

R = 57.08%
G = 21.68%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#813130 (or 0x813130) is known color: Tall Poppy. HEX triplet: 81, 31 and 30. RGB value is (129,49,48). Sum of RGB (Red+Green+Blue) = 129+49+48=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #813130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813130 is #7ECECF. Grayscale: #484848. Windows color (decimal): -8310480 or 3158401. OLE color: 3158401.

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

Color convert

RGB 129 49 48 -
CMYK 0 0.62 0.63 0.49
HSL 0.74º 0.46% 0.35% -
HSV(B) 0.74º 0.63% 0.51% -
XYZ 10.69 7.08 3.6 -
YUV 72.81 114 168.08 -
System Red Green Blue C M Y K H S L
Decimal 129 49 48 0 0.62 0.63 0.49 0.74 0.46 0.35
Hex 81 31 30 0 3E 3F 31 1 2E 23
Octal 201 61 60 0 76 77 61 1 56 43
Binary 10000001 110001 110000 0 111110 111111 110001 1 101110 100011

Color Harmonies of #813130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813130

Black with #813130

Text Example


Text Example

White with #813130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813130; }

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

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

background-color css

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

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

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

border-color css

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

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

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