#824140

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

Shades of Red Robin #824140

Tints of Red Robin #824140

Color information

#824140 (or 0x824140) is unknown color: approx Red Robin. HEX triplet: 82, 41 and 40. RGB value is (130,65,64). Sum of RGB (Red+Green+Blue) = 130+65+64=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #824140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824140 is #7DBEBF. Grayscale: #545454. Windows color (decimal): -8240832 or 4211074. OLE color: 4211074.

HSL color Cylindrical-coordinate representation of color #824140: hue angle of 0.91º 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 #824140 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1306564-
CMYK00.500.510.49
HSL0.91º34.02%38.04%-
HSV(B)0.91º50.77%50.98%-
XYZ12.028.95.93-
YUV84.32116.53160.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=50.19%
G=25.10%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130656400.500.510.490.9134.0238.04
Hex824140032333112226
Octal202101100062636114246
Binary100000101000001100000001100101100111100011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824140; }

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

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

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

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

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

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

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

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