#824040

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

Shades of Red Robin #824040

Tints of Red Robin #824040

Color information

#824040 (or 0x824040) is unknown color: approx Red Robin. HEX triplet: 82, 40 and 40. RGB value is (130,64,64). Sum of RGB (Red+Green+Blue) = 130+64+64=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #824040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824040 is #7DBFBF. Grayscale: #535353. Windows color (decimal): -8241088 or 4210818. OLE color: 4210818.

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

Color convert

RGB1306464-
CMYK00.510.510.49
HSL34.02%38.04%-
HSV(B)50.77%50.98%-
XYZ11.968.785.92-
YUV83.73116.87161-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=50.39%
G=24.81%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130646400.510.510.49034.0238.04
Hex824040033333102226
Octal202100100063636104246
Binary100000101000000100000001100111100111100010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824040; }

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

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

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

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

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

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

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

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