Html Css Color HEX #813A3A Tall Poppy

📋 copy color: '#813A3A'

red 129 ◦ green 58 ◦ blue 58

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

Shades of Tall Poppy #813A3A

Tints of Tall Poppy #813A3A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 52.65%
G = 23.67%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#813A3A (or 0x813A3A) is known color: Tall Poppy. HEX triplet: 81, 3A and 3A. RGB value is (129,58,58). Sum of RGB (Red+Green+Blue) = 129+58+58=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #813A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813A3A is #7EC5C5. Grayscale: #4F4F4F. Windows color (decimal): -8308166 or 3816065. OLE color: 3816065.

HSL color Cylindrical-coordinate representation of color #813A3A: hue angle of 0º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #813A3A is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 58 58 -
CMYK 0 0.55 0.55 0.49
HSL 0.38% 0.37% -
HSV(B) 0.55% 0.51% -
XYZ 11.33 8 4.95 -
YUV 79.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 129 58 58 0 0.55 0.55 0.49 0 0.38 0.37
Hex 81 3A 3A 0 37 37 31 0 26 25
Octal 201 72 72 0 67 67 61 0 46 45
Binary 10000001 111010 111010 0 110111 110111 110001 0 100110 100101

Color Harmonies of #813A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813A3A

Black with #813A3A

Text Example


Text Example

White with #813A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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