Html Css Color HEX #883139 Old Brick

📋 copy color: '#883139'

red 136 ◦ green 49 ◦ blue 57

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

Shades of Old Brick #883139

Tints of Old Brick #883139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.55%

R = 56.2%
G = 20.25%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#883139 (or 0x883139) is known color: Old Brick. HEX triplet: 88, 31 and 39. RGB value is (136,49,57). Sum of RGB (Red+Green+Blue) = 136+49+57=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883139 is #77CEC6. Grayscale: #4B4B4B. Windows color (decimal): -7851719 or 3748232. OLE color: 3748232.

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

Color convert

RGB 136 49 57 -
CMYK 0 0.64 0.58 0.47
HSL 354.48º 0.47% 0.36% -
HSV(B) 354.48º 0.64% 0.53% -
XYZ 11.99 7.73 4.73 -
YUV 75.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 136 49 57 0 0.64 0.58 0.47 354.48 0.47 0.36
Hex 88 31 39 0 40 3A 2F 162 2F 24
Octal 210 61 71 0 100 72 57 542 57 44
Binary 10001000 110001 111001 0 1000000 111010 101111 101100010 101111 100100

Color Harmonies of #883139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883139

Black with #883139

Text Example


Text Example

White with #883139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883139; }

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

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

background-color css

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

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

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

border-color css

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

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

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