Html Css Color HEX #88313D Old Brick

📋 copy color: '#88313D'

red 136 ◦ green 49 ◦ blue 61

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

Shades of Old Brick #88313D

Tints of Old Brick #88313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.8%

R = 55.28%
G = 19.92%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#88313D (or 0x88313D) is known color: Old Brick. HEX triplet: 88, 31 and 3D. RGB value is (136,49,61). Sum of RGB (Red+Green+Blue) = 136+49+61=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88313D is #77CEC2. Grayscale: #4C4C4C. Windows color (decimal): -7851715 or 4010376. OLE color: 4010376.

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

Color convert

RGB 136 49 61 -
CMYK 0 0.64 0.55 0.47
HSL 351.72º 0.47% 0.36% -
HSV(B) 351.72º 0.64% 0.53% -
XYZ 12.09 7.77 5.28 -
YUV 76.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 136 49 61 0 0.64 0.55 0.47 351.72 0.47 0.36
Hex 88 31 3D 0 40 37 2F 160 2F 24
Octal 210 61 75 0 100 67 57 540 57 44
Binary 10001000 110001 111101 0 1000000 110111 101111 101100000 101111 100100

Color Harmonies of #88313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88313D

Black with #88313D

Text Example


Text Example

White with #88313D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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