Html Css Color HEX #813435 Old Brick

📋 copy color: '#813435'

red 129 ◦ green 52 ◦ blue 53

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

Shades of Old Brick #813435

Tints of Old Brick #813435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

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

R = 55.13%
G = 22.22%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#813435 (or 0x813435) is known color: Old Brick. HEX triplet: 81, 34 and 35. RGB value is (129,52,53). Sum of RGB (Red+Green+Blue) = 129+52+53=234 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.13% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 129 - color contains mainly: red. Hex color #813435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813435 is #7ECBCA. Grayscale: #4B4B4B. Windows color (decimal): -8309707 or 3486849. OLE color: 3486849.

HSL color Cylindrical-coordinate representation of color #813435: hue angle of 359.22º 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 #813435 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 52 53 -
CMYK 0 0.60 0.59 0.49
HSL 359.22º 0.43% 0.35% -
HSV(B) 359.22º 0.6% 0.51% -
XYZ 10.92 7.38 4.22 -
YUV 75.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 129 52 53 0 0.60 0.59 0.49 359.22 0.43 0.35
Hex 81 34 35 0 3C 3B 31 167 2B 23
Octal 201 64 65 0 74 73 61 547 53 43
Binary 10000001 110100 110101 0 111100 111011 110001 101100111 101011 100011

Color Harmonies of #813435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813435

Black with #813435

Text Example


Text Example

White with #813435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813435; }

 p { color: rgb(129,52,53); }

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

background-color css

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

 a { background-color: rgb(129,52,53); }

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

border-color css

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

 span { border-color: rgb(129,52,53); }

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