#842F34

Color #842F34 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #842F34

Tints of Old Brick #842F34

Color information

#842F34 (or 0x842F34) is unknown color: approx Old Brick. HEX triplet: 84, 2F and 34. RGB value is (132,47,52). Sum of RGB (Red+Green+Blue) = 132+47+52=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #842F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F34 is #7BD0CB. Grayscale: #494949. Windows color (decimal): -8114380 or 3420036. OLE color: 3420036.

HSL color Cylindrical-coordinate representation of color #842F34: hue angle of 356.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #842F34 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1324752-
CMYK00.640.610.48
HSL356.47º47.49%35.1%-
HSV(B)356.47º64.39%51.76%-
XYZ11.157.194.05-
YUV72.98116.16170.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 47 (18.75% from 255) = 20.35%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=57.14%
G=20.35%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132475200.640.610.48356.4747.4935.1
Hex842F340403D301642f23
Octal2045764010075605445743
Binary1000010010111111010001000000111101110000101100100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842F34; }

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

 H1.HeaderClassName
 {
   color: #842F34;
 }
 .AnyTagClassName
 {
   color: #842F34;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #842F34;
 }
 .BgClassName
 {
   background-color: #842F34;
 }
</style>
border-color css

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

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

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