#88313C

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

Shades of Old Brick #88313C

Tints of Old Brick #88313C

Color information

#88313C (or 0x88313C) is unknown color: approx Old Brick. HEX triplet: 88, 31 and 3C. RGB value is (136,49,60). Sum of RGB (Red+Green+Blue) = 136+49+60=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88313C is #77CEC3. Grayscale: #4C4C4C. Windows color (decimal): -7851716 or 3944840. OLE color: 3944840.

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

Color convert

RGB1364960-
CMYK00.640.560.47
HSL352.41º47.03%36.27%-
HSV(B)352.41º63.97%53.33%-
XYZ12.077.765.14-
YUV76.27118.82170.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=55.51%
G=20%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136496000.640.560.47352.4147.0336.27
Hex88313C040382F1602f24
Octal2106174010070575405744
Binary1000100011000111110001000000111000101111101100000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88313C; }

 p { color: rgb(136,49,60); }

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

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

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

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

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

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

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