Html Css Color HEX #813336 Old Brick

📋 copy color: '#813336'

red 129 ◦ green 51 ◦ blue 54

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

Shades of Old Brick #813336

Tints of Old Brick #813336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 55.13%
G = 21.79%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#813336 (or 0x813336) is known color: Old Brick. HEX triplet: 81, 33 and 36. RGB value is (129,51,54). Sum of RGB (Red+Green+Blue) = 129+51+54=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #813336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813336 is #7ECCC9. Grayscale: #4A4A4A. Windows color (decimal): -8309962 or 3552129. OLE color: 3552129.

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

Color convert

RGB 129 51 54 -
CMYK 0 0.60 0.58 0.49
HSL 357.69º 0.43% 0.35% -
HSV(B) 357.69º 0.6% 0.51% -
XYZ 10.9 7.3 4.32 -
YUV 74.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 129 51 54 0 0.60 0.58 0.49 357.69 0.43 0.35
Hex 81 33 36 0 3C 3A 31 166 2B 23
Octal 201 63 66 0 74 72 61 546 53 43
Binary 10000001 110011 110110 0 111100 111010 110001 101100110 101011 100011

Color Harmonies of #813336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813336

Black with #813336

Text Example


Text Example

White with #813336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813336; }

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

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

background-color css

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

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

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

border-color css

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

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

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