Html Css Color HEX #823330 Tall Poppy

📋 copy color: '#823330'

red 130 ◦ green 51 ◦ blue 48

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

Shades of Tall Poppy #823330

Tints of Tall Poppy #823330

RGB

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

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

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

R = 56.77%
G = 22.27%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#823330 (or 0x823330) is known color: Tall Poppy. HEX triplet: 82, 33 and 30. RGB value is (130,51,48). Sum of RGB (Red+Green+Blue) = 130+51+48=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #823330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823330 is #7DCCCF. Grayscale: #4A4A4A. Windows color (decimal): -8244432 or 3158914. OLE color: 3158914.

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

Color convert

RGB 130 51 48 -
CMYK 0 0.61 0.63 0.49
HSL 2.2º 0.46% 0.35% -
HSV(B) 2.2º 0.63% 0.51% -
XYZ 10.92 7.33 3.63 -
YUV 74.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 130 51 48 0 0.61 0.63 0.49 2.2 0.46 0.35
Hex 82 33 30 0 3D 3F 31 2 2E 23
Octal 202 63 60 0 75 77 61 2 56 43
Binary 10000010 110011 110000 0 111101 111111 110001 10 101110 100011

Color Harmonies of #823330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823330

Black with #823330

Text Example


Text Example

White with #823330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823330; }

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

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

background-color css

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

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

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

border-color css

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

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

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