Html Css Color HEX #88302D Tall Poppy

📋 copy color: '#88302D'

red 136 ◦ green 48 ◦ blue 45

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

Shades of Tall Poppy #88302D

Tints of Tall Poppy #88302D

RGB

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

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

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

R = 59.39%
G = 20.96%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88302D (or 0x88302D) is known color: Tall Poppy. HEX triplet: 88, 30 and 2D. RGB value is (136,48,45). Sum of RGB (Red+Green+Blue) = 136+48+45=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88302D is #77CFD2. Grayscale: #4A4A4A. Windows color (decimal): -7851987 or 2961544. OLE color: 2961544.

HSL color Cylindrical-coordinate representation of color #88302D: hue angle of 1.98º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88302D is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 45 -
CMYK 0 0.65 0.67 0.47
HSL 1.98º 0.5% 0.35% -
HSV(B) 1.98º 0.67% 0.53% -
XYZ 11.68 7.54 3.32 -
YUV 73.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 136 48 45 0 0.65 0.67 0.47 1.98 0.5 0.35
Hex 88 30 2D 0 41 43 2F 2 32 23
Octal 210 60 55 0 101 103 57 2 62 43
Binary 10001000 110000 101101 0 1000001 1000011 101111 10 110010 100011

Color Harmonies of #88302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88302D

Black with #88302D

Text Example


Text Example

White with #88302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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