Html Css Color HEX #883135 Old Brick

📋 copy color: '#883135'

red 136 ◦ green 49 ◦ blue 53

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

Shades of Old Brick #883135

Tints of Old Brick #883135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.27%

R = 57.14%
G = 20.59%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#883135 (or 0x883135) is known color: Old Brick. HEX triplet: 88, 31 and 35. RGB value is (136,49,53). Sum of RGB (Red+Green+Blue) = 136+49+53=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #883135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883135 is #77CECA. Grayscale: #4B4B4B. Windows color (decimal): -7851723 or 3486088. OLE color: 3486088.

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

Color convert

RGB 136 49 53 -
CMYK 0 0.64 0.61 0.47
HSL 357.24º 0.47% 0.36% -
HSV(B) 357.24º 0.64% 0.53% -
XYZ 11.89 7.69 4.23 -
YUV 75.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 136 49 53 0 0.64 0.61 0.47 357.24 0.47 0.36
Hex 88 31 35 0 40 3D 2F 165 2F 24
Octal 210 61 65 0 100 75 57 545 57 44
Binary 10001000 110001 110101 0 1000000 111101 101111 101100101 101111 100100

Color Harmonies of #883135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883135

Black with #883135

Text Example


Text Example

White with #883135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883135; }

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

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

background-color css

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

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

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

border-color css

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

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

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