Html Css Color HEX #843439 Old Brick

📋 copy color: '#843439'

red 132 ◦ green 52 ◦ blue 57

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

Shades of Old Brick #843439

Tints of Old Brick #843439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 54.77%
G = 21.58%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#843439 (or 0x843439) is known color: Old Brick. HEX triplet: 84, 34 and 39. RGB value is (132,52,57). Sum of RGB (Red+Green+Blue) = 132+52+57=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #843439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843439 is #7BCBC6. Grayscale: #4C4C4C. Windows color (decimal): -8113095 or 3748996. OLE color: 3748996.

HSL color Cylindrical-coordinate representation of color #843439: hue angle of 356.25º 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 #843439 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 57 -
CMYK 0 0.61 0.57 0.48
HSL 356.25º 0.43% 0.36% -
HSV(B) 356.25º 0.61% 0.52% -
XYZ 11.48 7.66 4.74 -
YUV 76.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 132 52 57 0 0.61 0.57 0.48 356.25 0.43 0.36
Hex 84 34 39 0 3D 39 30 164 2B 24
Octal 204 64 71 0 75 71 60 544 53 44
Binary 10000100 110100 111001 0 111101 111001 110000 101100100 101011 100100

Color Harmonies of #843439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843439

Black with #843439

Text Example


Text Example

White with #843439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843439; }

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

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

background-color css

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

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

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

border-color css

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

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

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