#85463F

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

Shades of Red Robin #85463F

Tints of Red Robin #85463F

Color information

#85463F (or 0x85463F) is unknown color: approx Red Robin. HEX triplet: 85, 46 and 3F. RGB value is (133,70,63). Sum of RGB (Red+Green+Blue) = 133+70+63=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85463F is #7AB9C0. Grayscale: #585858. Windows color (decimal): -8042945 or 4146821. OLE color: 4146821.

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

Color convert

RGB1337063-
CMYK00.470.530.48
HSL35.71%38.43%-
HSV(B)52.63%52.16%-
XYZ12.769.735.91-
YUV88.04113.87160.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 63 (25% from 255) = 23.68%
R=50%
G=26.32%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133706300.470.530.48635.7138.43
Hex85463F02F353062426
Octal20510677057656064446
Binary1000010110001101111110101111110101110000110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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