Html Css Color HEX #883230 Tall Poppy

📋 copy color: '#883230'

red 136 ◦ green 50 ◦ blue 48

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

Shades of Tall Poppy #883230

Tints of Tall Poppy #883230

RGB

 RED value IS 136 (53.52% from 255) = 58.12%

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 58.12%
G = 21.37%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#883230 (or 0x883230) is known color: Tall Poppy. HEX triplet: 88, 32 and 30. RGB value is (136,50,48). Sum of RGB (Red+Green+Blue) = 136+50+48=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #883230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883230 is #77CDCF. Grayscale: #4B4B4B. Windows color (decimal): -7851472 or 3158664. OLE color: 3158664.

HSL color Cylindrical-coordinate representation of color #883230: hue angle of 1.36º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883230 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 48 -
CMYK 0 0.63 0.65 0.47
HSL 1.36º 0.48% 0.36% -
HSV(B) 1.36º 0.65% 0.53% -
XYZ 11.83 7.73 3.66 -
YUV 75.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 136 50 48 0 0.63 0.65 0.47 1.36 0.48 0.36
Hex 88 32 30 0 3F 41 2F 1 30 24
Octal 210 62 60 0 77 101 57 1 60 44
Binary 10001000 110010 110000 0 111111 1000001 101111 1 110000 100100

Color Harmonies of #883230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883230

Black with #883230

Text Example


Text Example

White with #883230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883230; }

 p { color: rgb(136,50,48); }

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

background-color css

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

 a { background-color: rgb(136,50,48); }

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

border-color css

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

 span { border-color: rgb(136,50,48); }

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