Html Css Color HEX #88313E Old Brick

📋 copy color: '#88313E'

red 136 ◦ green 49 ◦ blue 62

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

Shades of Old Brick #88313E

Tints of Old Brick #88313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 62 (24.61% from 255) = 25.1%

R = 55.06%
G = 19.84%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#88313E (or 0x88313E) is known color: Old Brick. HEX triplet: 88, 31 and 3E. RGB value is (136,49,62). Sum of RGB (Red+Green+Blue) = 136+49+62=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88313E is #77CEC1. Grayscale: #4C4C4C. Windows color (decimal): -7851714 or 4075912. OLE color: 4075912.

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

Color convert

RGB 136 49 62 -
CMYK 0 0.64 0.54 0.47
HSL 351.03º 0.47% 0.36% -
HSV(B) 351.03º 0.64% 0.53% -
XYZ 12.12 7.78 5.42 -
YUV 76.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 136 49 62 0 0.64 0.54 0.47 351.03 0.47 0.36
Hex 88 31 3E 0 40 36 2F 15F 2F 24
Octal 210 61 76 0 100 66 57 537 57 44
Binary 10001000 110001 111110 0 1000000 110110 101111 101011111 101111 100100

Color Harmonies of #88313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88313E

Black with #88313E

Text Example


Text Example

White with #88313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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