Html Css Color HEX #883031 Old Brick

📋 copy color: '#883031'

red 136 ◦ green 48 ◦ blue 49

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

Shades of Old Brick #883031

Tints of Old Brick #883031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 58.37%
G = 20.6%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#883031 (or 0x883031) is known color: Old Brick. HEX triplet: 88, 30 and 31. RGB value is (136,48,49). Sum of RGB (Red+Green+Blue) = 136+48+49=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #883031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883031 is #77CFCE. Grayscale: #4A4A4A. Windows color (decimal): -7851983 or 3223688. OLE color: 3223688.

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

Color convert

RGB 136 48 49 -
CMYK 0 0.65 0.64 0.47
HSL 359.32º 0.48% 0.36% -
HSV(B) 359.32º 0.65% 0.53% -
XYZ 11.76 7.57 3.75 -
YUV 74.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 136 48 49 0 0.65 0.64 0.47 359.32 0.48 0.36
Hex 88 30 31 0 41 40 2F 167 30 24
Octal 210 60 61 0 101 100 57 547 60 44
Binary 10001000 110000 110001 0 1000001 1000000 101111 101100111 110000 100100

Color Harmonies of #883031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883031

Black with #883031

Text Example


Text Example

White with #883031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883031; }

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

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

background-color css

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

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

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

border-color css

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

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

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