#7F3132

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

Shades of Old Brick #7F3132

Tints of Old Brick #7F3132

Color information

#7F3132 (or 0x7F3132) is unknown color: approx Old Brick. HEX triplet: 7F, 31 and 32. RGB value is (127,49,50). Sum of RGB (Red+Green+Blue) = 127+49+50=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3132 is #80CECD. Grayscale: #484848. Windows color (decimal): -8441550 or 3289471. OLE color: 3289471.

HSL color Cylindrical-coordinate representation of color #7F3132: hue angle of 359.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3132 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1274950-
CMYK00.610.610.50
HSL359.23º44.32%34.51%-
HSV(B)359.23º61.42%49.8%-
XYZ10.436.943.81-
YUV72.44115.34166.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.19%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=56.19%
G=21.68%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127495000.610.610.50359.2344.3234.51
Hex7F313203D3D321672c23
Octal177616207575625475443
Binary11111111100011100100111101111101110010101100111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3132; }

 p { color: rgb(127,49,50); }

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

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

 a { background-color: rgb(127,49,50); }

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

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

 span { border-color: rgb(127,49,50); }

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