Html Css Color HEX #813430 Tall Poppy

📋 copy color: '#813430'

red 129 ◦ green 52 ◦ blue 48

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

Shades of Tall Poppy #813430

Tints of Tall Poppy #813430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.71%

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

R = 56.33%
G = 22.71%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#813430 (or 0x813430) is known color: Tall Poppy. HEX triplet: 81, 34 and 30. RGB value is (129,52,48). Sum of RGB (Red+Green+Blue) = 129+52+48=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #813430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813430 is #7ECBCF. Grayscale: #4A4A4A. Windows color (decimal): -8309712 or 3159169. OLE color: 3159169.

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

Color convert

RGB 129 52 48 -
CMYK 0 0.60 0.63 0.49
HSL 2.96º 0.46% 0.35% -
HSV(B) 2.96º 0.63% 0.51% -
XYZ 10.81 7.34 3.64 -
YUV 74.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 129 52 48 0 0.60 0.63 0.49 2.96 0.46 0.35
Hex 81 34 30 0 3C 3F 31 3 2E 23
Octal 201 64 60 0 74 77 61 3 56 43
Binary 10000001 110100 110000 0 111100 111111 110001 11 101110 100011

Color Harmonies of #813430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813430

Black with #813430

Text Example


Text Example

White with #813430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813430; }

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

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

background-color css

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

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

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

border-color css

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

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

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