Html Css Color HEX #813133 Old Brick

📋 copy color: '#813133'

red 129 ◦ green 49 ◦ blue 51

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

Shades of Old Brick #813133

Tints of Old Brick #813133

RGB

 RED value IS 129 (50.78% from 255) = 56.33%

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

 BLUE value IS 51 (20.31% from 255) = 22.27%

R = 56.33%
G = 21.4%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#813133 (or 0x813133) is known color: Old Brick. HEX triplet: 81, 31 and 33. RGB value is (129,49,51). Sum of RGB (Red+Green+Blue) = 129+49+51=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #813133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813133 is #7ECECC. Grayscale: #494949. Windows color (decimal): -8310477 or 3355009. OLE color: 3355009.

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

Color convert

RGB 129 49 51 -
CMYK 0 0.62 0.60 0.49
HSL 358.5º 0.45% 0.35% -
HSV(B) 358.5º 0.62% 0.51% -
XYZ 10.75 7.1 3.94 -
YUV 73.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 129 49 51 0 0.62 0.60 0.49 358.5 0.45 0.35
Hex 81 31 33 0 3E 3C 31 166 2D 23
Octal 201 61 63 0 76 74 61 546 55 43
Binary 10000001 110001 110011 0 111110 111100 110001 101100110 101101 100011

Color Harmonies of #813133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813133

Black with #813133

Text Example


Text Example

White with #813133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813133; }

 p { color: rgb(129,49,51); }

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

background-color css

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

 a { background-color: rgb(129,49,51); }

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

border-color css

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

 span { border-color: rgb(129,49,51); }

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