Html Css Color HEX #82302E Tall Poppy

📋 copy color: '#82302E'

red 130 ◦ green 48 ◦ blue 46

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

Shades of Tall Poppy #82302E

Tints of Tall Poppy #82302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.54%

R = 58.04%
G = 21.43%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82302E (or 0x82302E) is known color: Tall Poppy. HEX triplet: 82, 30 and 2E. RGB value is (130,48,46). Sum of RGB (Red+Green+Blue) = 130+48+46=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82302E is #7DCFD1. Grayscale: #484848. Windows color (decimal): -8245202 or 3027074. OLE color: 3027074.

HSL color Cylindrical-coordinate representation of color #82302E: hue angle of 1.43º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82302E is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 46 -
CMYK 0 0.63 0.65 0.49
HSL 1.43º 0.48% 0.35% -
HSV(B) 1.43º 0.65% 0.51% -
XYZ 10.76 7.06 3.38 -
YUV 72.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 130 48 46 0 0.63 0.65 0.49 1.43 0.48 0.35
Hex 82 30 2E 0 3F 41 31 1 30 23
Octal 202 60 56 0 77 101 61 1 60 43
Binary 10000010 110000 101110 0 111111 1000001 110001 1 110000 100011

Color Harmonies of #82302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82302E

Black with #82302E

Text Example


Text Example

White with #82302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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