Html Css Color HEX #84343B Old Brick

📋 copy color: '#84343B'

red 132 ◦ green 52 ◦ blue 59

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

Shades of Old Brick #84343B

Tints of Old Brick #84343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.28%

R = 54.32%
G = 21.4%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84343B (or 0x84343B) is known color: Old Brick. HEX triplet: 84, 34 and 3B. RGB value is (132,52,59). Sum of RGB (Red+Green+Blue) = 132+52+59=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #84343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84343B is #7BCBC4. Grayscale: #4C4C4C. Windows color (decimal): -8113093 or 3880068. OLE color: 3880068.

HSL color Cylindrical-coordinate representation of color #84343B: hue angle of 354.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84343B is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 59 -
CMYK 0 0.61 0.55 0.48
HSL 354.75º 0.43% 0.36% -
HSV(B) 354.75º 0.61% 0.52% -
XYZ 11.53 7.68 5.01 -
YUV 76.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 132 52 59 0 0.61 0.55 0.48 354.75 0.43 0.36
Hex 84 34 3B 0 3D 37 30 163 2B 24
Octal 204 64 73 0 75 67 60 543 53 44
Binary 10000100 110100 111011 0 111101 110111 110000 101100011 101011 100100

Color Harmonies of #84343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84343B

Black with #84343B

Text Example


Text Example

White with #84343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84343B; }

 p { color: rgb(132,52,59); }

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

background-color css

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

 a { background-color: rgb(132,52,59); }

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

border-color css

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

 span { border-color: rgb(132,52,59); }

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