Html Css Color HEX #813030 Tall Poppy

📋 copy color: '#813030'

red 129 ◦ green 48 ◦ blue 48

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

Shades of Tall Poppy #813030

Tints of Tall Poppy #813030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

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

R = 57.33%
G = 21.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#813030 (or 0x813030) is known color: Tall Poppy. HEX triplet: 81, 30 and 30. RGB value is (129,48,48). Sum of RGB (Red+Green+Blue) = 129+48+48=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #813030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813030 is #7ECFCF. Grayscale: #484848. Windows color (decimal): -8310736 or 3158145. OLE color: 3158145.

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

Color convert

RGB 129 48 48 -
CMYK 0 0.63 0.63 0.49
HSL 0.46% 0.35% -
HSV(B) 0.63% 0.51% -
XYZ 10.64 6.99 3.59 -
YUV 72.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 129 48 48 0 0.63 0.63 0.49 0 0.46 0.35
Hex 81 30 30 0 3F 3F 31 0 2E 23
Octal 201 60 60 0 77 77 61 0 56 43
Binary 10000001 110000 110000 0 111111 111111 110001 0 101110 100011

Color Harmonies of #813030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813030

Black with #813030

Text Example


Text Example

White with #813030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813030; }

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

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

background-color css

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

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

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

border-color css

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

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

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