Html Css Color HEX #833136 Old Brick

📋 copy color: '#833136'

red 131 ◦ green 49 ◦ blue 54

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

Shades of Old Brick #833136

Tints of Old Brick #833136

RGB

 RED value IS 131 (51.56% from 255) = 55.98%

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

 BLUE value IS 54 (21.48% from 255) = 23.08%

R = 55.98%
G = 20.94%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#833136 (or 0x833136) is known color: Old Brick. HEX triplet: 83, 31 and 36. RGB value is (131,49,54). Sum of RGB (Red+Green+Blue) = 131+49+54=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #833136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833136 is #7CCEC9. Grayscale: #4A4A4A. Windows color (decimal): -8179402 or 3551619. OLE color: 3551619.

HSL color Cylindrical-coordinate representation of color #833136: hue angle of 356.34º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833136 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 49 54 -
CMYK 0 0.63 0.59 0.49
HSL 356.34º 0.46% 0.35% -
HSV(B) 356.34º 0.63% 0.51% -
XYZ 11.12 7.29 4.31 -
YUV 74.09 116.67 168.59 -
System Red Green Blue C M Y K H S L
Decimal 131 49 54 0 0.63 0.59 0.49 356.34 0.46 0.35
Hex 83 31 36 0 3F 3B 31 164 2E 23
Octal 203 61 66 0 77 73 61 544 56 43
Binary 10000011 110001 110110 0 111111 111011 110001 101100100 101110 100011

Color Harmonies of #833136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833136

Black with #833136

Text Example


Text Example

White with #833136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833136; }

 p { color: rgb(131,49,54); }

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

background-color css

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

 a { background-color: rgb(131,49,54); }

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

border-color css

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

 span { border-color: rgb(131,49,54); }

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