#88303b

Color #88303B Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #88303B

Tints of Old Brick #88303B

Color information

#88303B (or 0x88303B) is unknown color: approx Old Brick. HEX triplet: 88, 30 and 3B. RGB value is (136,48,59). Sum of RGB (Red+Green+Blue) = 136+48+59=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #88303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88303B is #77CFC4. Grayscale: #4B4B4B. Windows color (decimal): -7851973 or 3879048. OLE color: 3879048.

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

Color convert

RGB1364859-
CMYK00.650.570.47
HSL352.5º47.83%36.08%-
HSV(B)352.5º64.71%53.33%-
XYZ127.664.98-
YUV75.57118.65171.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.97%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=55.97%
G=19.75%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136485900.650.570.47352.547.8336.08
Hex88303B041392F1603024
Octal2106073010171575406044
Binary1000100011000011101101000001111001101111101100000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88303b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88303b; }

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

 H1.HeaderClassName
 {
   color: #88303b;
 }
 .AnyTagClassName
 {
   color: #88303b;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #88303b;
 }
 .BgClassName
 {
   background-color: #88303b;
 }
</style>
border-color css

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

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

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