#86443A

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

Shades of Red Robin #86443A

Tints of Red Robin #86443A

Color information

#86443A (or 0x86443A) is unknown color: approx Red Robin. HEX triplet: 86, 44 and 3A. RGB value is (134,68,58). Sum of RGB (Red+Green+Blue) = 134+68+58=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86443A is #79BBC5. Grayscale: #565656. Windows color (decimal): -7977926 or 3818630. OLE color: 3818630.

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

Color convert

RGB1346858-
CMYK00.490.570.47
HSL7.89º39.58%37.65%-
HSV(B)7.89º56.72%52.55%-
XYZ12.669.515.17-
YUV86.59111.87161.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=51.54%
G=26.15%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134685800.490.570.477.8939.5837.65
Hex86443A031392F82826
Octal206104720617157105046
Binary10000110100010011101001100011110011011111000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86443A; }

 p { color: rgb(134,68,58); }

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

<style>
 a { background-color: #86443A; }

 a { background-color: rgb(134,68,58); }

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

<style>
 span { border-color: #86443A; }

 span { border-color: rgb(134,68,58); }

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