#81463D

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

Shades of Red Robin #81463D

Tints of Red Robin #81463D

Color information

#81463D (or 0x81463D) is unknown color: approx Red Robin. HEX triplet: 81, 46 and 3D. RGB value is (129,70,61). Sum of RGB (Red+Green+Blue) = 129+70+61=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81463D is #7EB9C2. Grayscale: #565656. Windows color (decimal): -8305091 or 4015745. OLE color: 4015745.

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

Color convert

RGB1297061-
CMYK00.460.530.49
HSL7.94º35.79%37.25%-
HSV(B)7.94º52.71%50.59%-
XYZ12.099.385.59-
YUV86.62113.55158.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.62%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 61 (24.22% from 255) = 23.46%
R=49.62%
G=26.92%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129706100.460.530.497.9435.7937.25
Hex81463D02E353182425
Octal201106750566561104445
Binary10000001100011011110101011101101011100011000100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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