#824640

Color #824640 Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #824640

Tints of Red Robin #824640

Color information

#824640 (or 0x824640) is unknown color: approx Red Robin. HEX triplet: 82, 46 and 40. RGB value is (130,70,64). Sum of RGB (Red+Green+Blue) = 130+70+64=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #824640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824640 is #7DB9BF. Grayscale: #575757. Windows color (decimal): -8239552 or 4212354. OLE color: 4212354.

HSL color Cylindrical-coordinate representation of color #824640: hue angle of 5.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824640 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1307064-
CMYK00.460.510.49
HSL5.45º34.02%38.04%-
HSV(B)5.45º50.77%50.98%-
XYZ12.329.56.03-
YUV87.26114.88158.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 70 (27.73% from 255) = 26.52%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=49.24%
G=26.52%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130706400.460.510.495.4534.0238.04
Hex82464002E333152226
Octal202106100056636154246
Binary10000010100011010000000101110110011110001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824640; }

 p { color: rgb(130,70,64); }

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

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

 a { background-color: rgb(130,70,64); }

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

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

 span { border-color: rgb(130,70,64); }

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