#82463B

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

Shades of Red Robin #82463B

Tints of Red Robin #82463B

Color information

#82463B (or 0x82463B) is unknown color: approx Red Robin. HEX triplet: 82, 46 and 3B. RGB value is (130,70,59). Sum of RGB (Red+Green+Blue) = 130+70+59=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82463B is #7DB9C4. Grayscale: #565656. Windows color (decimal): -8239557 or 3884674. OLE color: 3884674.

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

Color convert

RGB1307059-
CMYK00.460.550.49
HSL9.3º37.57%37.06%-
HSV(B)9.3º54.62%50.98%-
XYZ12.199.445.32-
YUV86.69112.38158.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=50.19%
G=27.03%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130705900.460.550.499.337.5737.06
Hex82463B02E373192625
Octal202106730566761114645
Binary10000010100011011101101011101101111100011001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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