Html Css Color HEX #82302D Tall Poppy

📋 copy color: '#82302D'

red 130 ◦ green 48 ◦ blue 45

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

Shades of Tall Poppy #82302D

Tints of Tall Poppy #82302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 58.3%
G = 21.52%
B = 20.18%

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

#82302D (or 0x82302D) is known color: Tall Poppy. HEX triplet: 82, 30 and 2D. RGB value is (130,48,45). Sum of RGB (Red+Green+Blue) = 130+48+45=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #82302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82302D is #7DCFD2. Grayscale: #484848. Windows color (decimal): -8245203 or 2961538. OLE color: 2961538.

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

Color convert

RGB 130 48 45 -
CMYK 0 0.63 0.65 0.49
HSL 2.12º 0.49% 0.34% -
HSV(B) 2.12º 0.65% 0.51% -
XYZ 10.74 7.05 3.28 -
YUV 72.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 130 48 45 0 0.63 0.65 0.49 2.12 0.49 0.34
Hex 82 30 2D 0 3F 41 31 2 31 22
Octal 202 60 55 0 77 101 61 2 61 42
Binary 10000010 110000 101101 0 111111 1000001 110001 10 110001 100010

Color Harmonies of #82302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82302D

Black with #82302D

Text Example


Text Example

White with #82302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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