#82463F

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

Shades of Red Robin #82463F

Tints of Red Robin #82463F

Color information

#82463F (or 0x82463F) is unknown color: approx Red Robin. HEX triplet: 82, 46 and 3F. RGB value is (130,70,63). Sum of RGB (Red+Green+Blue) = 130+70+63=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82463F is #7DB9C0. Grayscale: #575757. Windows color (decimal): -8239553 or 4146818. OLE color: 4146818.

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

Color convert

RGB1307063-
CMYK00.460.520.49
HSL6.27º34.72%37.84%-
HSV(B)6.27º51.54%50.98%-
XYZ12.299.495.89-
YUV87.14114.38158.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 63 (25% from 255) = 23.95%
R=49.43%
G=26.62%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130706300.460.520.496.2734.7237.84
Hex82463F02E343162326
Octal20210677056646164346
Binary1000001010001101111110101110110100110001110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82463F; }

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

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

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

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

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

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

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

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