Html Css Color HEX #823130 Tall Poppy

📋 copy color: '#823130'

red 130 ◦ green 49 ◦ blue 48

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

Shades of Tall Poppy #823130

Tints of Tall Poppy #823130

RGB

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

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

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

R = 57.27%
G = 21.59%
B = 21.15%

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

#823130 (or 0x823130) is known color: Tall Poppy. HEX triplet: 82, 31 and 30. RGB value is (130,49,48). Sum of RGB (Red+Green+Blue) = 130+49+48=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #823130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823130 is #7DCECF. Grayscale: #494949. Windows color (decimal): -8244944 or 3158402. OLE color: 3158402.

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

Color convert

RGB 130 49 48 -
CMYK 0 0.62 0.63 0.49
HSL 0.73º 0.46% 0.35% -
HSV(B) 0.73º 0.63% 0.51% -
XYZ 10.84 7.16 3.61 -
YUV 73.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 130 49 48 0 0.62 0.63 0.49 0.73 0.46 0.35
Hex 82 31 30 0 3E 3F 31 1 2E 23
Octal 202 61 60 0 76 77 61 1 56 43
Binary 10000010 110001 110000 0 111110 111111 110001 1 101110 100011

Color Harmonies of #823130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823130

Black with #823130

Text Example


Text Example

White with #823130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823130; }

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

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

background-color css

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

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

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

border-color css

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

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

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