Html Css Color HEX #883030 Tall Poppy

📋 copy color: '#883030'

red 136 ◦ green 48 ◦ blue 48

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

Shades of Tall Poppy #883030

Tints of Tall Poppy #883030

RGB

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

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

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

R = 58.62%
G = 20.69%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#883030 (or 0x883030) is known color: Tall Poppy. HEX triplet: 88, 30 and 30. RGB value is (136,48,48). Sum of RGB (Red+Green+Blue) = 136+48+48=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #883030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883030 is #77CFCF. Grayscale: #4A4A4A. Windows color (decimal): -7851984 or 3158152. OLE color: 3158152.

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

Color convert

RGB 136 48 48 -
CMYK 0 0.65 0.65 0.47
HSL 0.48% 0.36% -
HSV(B) 0.65% 0.53% -
XYZ 11.74 7.56 3.64 -
YUV 74.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 136 48 48 0 0.65 0.65 0.47 0 0.48 0.36
Hex 88 30 30 0 41 41 2F 0 30 24
Octal 210 60 60 0 101 101 57 0 60 44
Binary 10001000 110000 110000 0 1000001 1000001 101111 0 110000 100100

Color Harmonies of #883030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883030

Black with #883030

Text Example


Text Example

White with #883030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883030; }

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

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

background-color css

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

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

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

border-color css

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

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

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