Html Css Color HEX #823A3A Tall Poppy

📋 copy color: '#823A3A'

red 130 ◦ green 58 ◦ blue 58

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

Shades of Tall Poppy #823A3A

Tints of Tall Poppy #823A3A

RGB

 RED value IS 130 (51.17% from 255) = 52.85%

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

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

R = 52.85%
G = 23.58%
B = 23.58%

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

#823A3A (or 0x823A3A) is known color: Tall Poppy. HEX triplet: 82, 3A and 3A. RGB value is (130,58,58). Sum of RGB (Red+Green+Blue) = 130+58+58=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #823A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823A3A is #7DC5C5. Grayscale: #4F4F4F. Windows color (decimal): -8242630 or 3816066. OLE color: 3816066.

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

Color convert

RGB 130 58 58 -
CMYK 0 0.55 0.55 0.49
HSL 0.38% 0.37% -
HSV(B) 0.55% 0.51% -
XYZ 11.48 8.08 4.96 -
YUV 79.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 130 58 58 0 0.55 0.55 0.49 0 0.38 0.37
Hex 82 3A 3A 0 37 37 31 0 26 25
Octal 202 72 72 0 67 67 61 0 46 45
Binary 10000010 111010 111010 0 110111 110111 110001 0 100110 100101

Color Harmonies of #823A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823A3A

Black with #823A3A

Text Example


Text Example

White with #823A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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