Html Css Color HEX #843235 Old Brick

📋 copy color: '#843235'

red 132 ◦ green 50 ◦ blue 53

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

Shades of Old Brick #843235

Tints of Old Brick #843235

RGB

 RED value IS 132 (51.95% from 255) = 56.17%

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 56.17%
G = 21.28%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#843235 (or 0x843235) is known color: Old Brick. HEX triplet: 84, 32 and 35. RGB value is (132,50,53). Sum of RGB (Red+Green+Blue) = 132+50+53=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #843235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843235 is #7BCDCA. Grayscale: #4A4A4A. Windows color (decimal): -8113611 or 3486340. OLE color: 3486340.

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

Color convert

RGB 132 50 53 -
CMYK 0 0.62 0.60 0.48
HSL 357.8º 0.45% 0.36% -
HSV(B) 357.8º 0.62% 0.52% -
XYZ 11.3 7.44 4.21 -
YUV 74.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 132 50 53 0 0.62 0.60 0.48 357.8 0.45 0.36
Hex 84 32 35 0 3E 3C 30 166 2D 24
Octal 204 62 65 0 76 74 60 546 55 44
Binary 10000100 110010 110101 0 111110 111100 110000 101100110 101101 100100

Color Harmonies of #843235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843235

Black with #843235

Text Example


Text Example

White with #843235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843235; }

 p { color: rgb(132,50,53); }

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

background-color css

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

 a { background-color: rgb(132,50,53); }

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

border-color css

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

 span { border-color: rgb(132,50,53); }

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