#81463C

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

Shades of Red Robin #81463C

Tints of Red Robin #81463C

Color information

#81463C (or 0x81463C) is unknown color: approx Red Robin. HEX triplet: 81, 46 and 3C. RGB value is (129,70,60). Sum of RGB (Red+Green+Blue) = 129+70+60=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #81463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81463C is #7EB9C3. Grayscale: #565656. Windows color (decimal): -8305092 or 3950209. OLE color: 3950209.

HSL color Cylindrical-coordinate representation of color #81463C: hue angle of 8.7º degrees, saturation: 0.37, 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 #81463C is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1297060-
CMYK00.460.530.49
HSL8.7º36.51%37.06%-
HSV(B)8.7º53.49%50.59%-
XYZ12.069.375.45-
YUV86.5113.05158.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.81%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 60 (23.83% from 255) = 23.17%
R=49.81%
G=27.03%
B=23.17%

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
Decimal129706000.460.530.498.736.5137.06
Hex81463C02E353192525
Octal201106740566561114545
Binary10000001100011011110001011101101011100011001100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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