#83463D

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

Shades of Red Robin #83463D

Tints of Red Robin #83463D

Color information

#83463D (or 0x83463D) is unknown color: approx Red Robin. HEX triplet: 83, 46 and 3D. RGB value is (131,70,61). Sum of RGB (Red+Green+Blue) = 131+70+61=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #83463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83463D is #7CB9C2. Grayscale: #575757. Windows color (decimal): -8174019 or 4015747. OLE color: 4015747.

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

Color convert

RGB1317061-
CMYK00.470.530.49
HSL7.71º36.46%37.65%-
HSV(B)7.71º53.44%51.37%-
XYZ12.399.545.6-
YUV87.21113.21159.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 26.72%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=50%
G=26.72%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131706100.470.530.497.7136.4637.65
Hex83463D02F353182426
Octal203106750576561104446
Binary10000011100011011110101011111101011100011000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83463D; }

 p { color: rgb(131,70,61); }

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

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

 a { background-color: rgb(131,70,61); }

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

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

 span { border-color: rgb(131,70,61); }

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