Html Css Color HEX #823331 Tall Poppy

📋 copy color: '#823331'

red 130 ◦ green 51 ◦ blue 49

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

Shades of Tall Poppy #823331

Tints of Tall Poppy #823331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

 BLUE value IS 49 (19.53% from 255) = 21.3%

R = 56.52%
G = 22.17%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#823331 (or 0x823331) is known color: Tall Poppy. HEX triplet: 82, 33 and 31. RGB value is (130,51,49). Sum of RGB (Red+Green+Blue) = 130+51+49=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #823331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823331 is #7DCCCE. Grayscale: #4A4A4A. Windows color (decimal): -8244431 or 3224450. OLE color: 3224450.

HSL color Cylindrical-coordinate representation of color #823331: hue angle of 1.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823331 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 51 49 -
CMYK 0 0.61 0.62 0.49
HSL 1.48º 0.45% 0.35% -
HSV(B) 1.48º 0.62% 0.51% -
XYZ 10.94 7.34 3.74 -
YUV 74.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 130 51 49 0 0.61 0.62 0.49 1.48 0.45 0.35
Hex 82 33 31 0 3D 3E 31 1 2D 23
Octal 202 63 61 0 75 76 61 1 55 43
Binary 10000010 110011 110001 0 111101 111110 110001 1 101101 100011

Color Harmonies of #823331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823331

Black with #823331

Text Example


Text Example

White with #823331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823331; }

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

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

background-color css

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

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

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

border-color css

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

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

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