Html Css Color HEX #88313B Old Brick

📋 copy color: '#88313B'

red 136 ◦ green 49 ◦ blue 59

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

Shades of Old Brick #88313B

Tints of Old Brick #88313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.18%

R = 55.74%
G = 20.08%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#88313B (or 0x88313B) is known color: Old Brick. HEX triplet: 88, 31 and 3B. RGB value is (136,49,59). Sum of RGB (Red+Green+Blue) = 136+49+59=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #88313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88313B is #77CEC4. Grayscale: #4C4C4C. Windows color (decimal): -7851717 or 3879304. OLE color: 3879304.

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

Color convert

RGB 136 49 59 -
CMYK 0 0.64 0.57 0.47
HSL 353.1º 0.47% 0.36% -
HSV(B) 353.1º 0.64% 0.53% -
XYZ 12.04 7.75 5 -
YUV 76.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 136 49 59 0 0.64 0.57 0.47 353.1 0.47 0.36
Hex 88 31 3B 0 40 39 2F 161 2F 24
Octal 210 61 73 0 100 71 57 541 57 44
Binary 10001000 110001 111011 0 1000000 111001 101111 101100001 101111 100100

Color Harmonies of #88313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88313B

Black with #88313B

Text Example


Text Example

White with #88313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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